bradleyfalzon / revgrep

Filters output from static analysis tools, showing only recently changed lines of code
Apache License 2.0
103 stars 15 forks source link

Allow user to specify revision, if none specified pick smart default #2

Closed bradleyfalzon closed 8 years ago

bradleyfalzon commented 8 years ago

As a user, re[fv]grep should detect if there's uncommitted changes and only show those changes, if there's no uncommitted changes, show the last.

Eg, git diff or if no changes, git show. There's an intermediate step here of staged changes, but perhaps for another day.

bradleyfalzon commented 8 years ago

Completed via 25b8034b565f160e4d345bf17eee7728b956ce16