git-diff-blame
git-diff-blame copied to clipboard
Add support for passing options and specify filenames
This commit makes it possible to limit diffing to a single file as well as passing options to git diff
, solving issues #5, #8 and #9.
This also changes the behaviour when no oldrev is specified so that git diff-blame
behaves identical to git diff
when uncommited changes have been added to the git index.
@dmnd Is there anything that blocks merging this?
@dmnd Is there anything that blocks merging this?