git-diff-blame icon indicating copy to clipboard operation
git-diff-blame copied to clipboard

🕵 Display a diff alongside blame info like author and commit

Results 8 git-diff-blame issues
Sort by recently updated
recently updated
newest added

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...

Hi, Thanks for sharing this project! for the result of the diff-blame, the commit only contains the code remove shows the commit the original commit of the removed ones, while...

This makes the output suitable for programmatic consumption. In my case, I was interested in what commits didn't contribute to a given branch's diff, so I tried a `git-diff-blame master...

Is it possible to restrict the diff to a single file?

Hi, I'm getting some errors trying to run `git diff-blame` ``` Use of uninitialized value $prefilename in regexp compilation at /Users/ericfreese/bin/git-diff-blame line 54, line 1. Use of uninitialized value $postfilename...

Add ability to pass `-w` (`--ignore-whitespace`) to `diff`. Or really, the ability to pass any of `git diff`'s args through to `diff`, and `blame` the result.

Upstream patch, does not apply cleanly: https://github.com/toddlipcon/tlipcon-bin/commit/1ff04b6b118016999373c68cc3a918d7b0b25387

The readme doesn't mention it and I think it would be useful for people less familiar with installing git extensions. I think you just need to put it somewhere on...