Add support for passing options and specify filenames#12
Open
hlovdal wants to merge 3 commits intodmnd:masterfrom
Open
Add support for passing options and specify filenames#12hlovdal wants to merge 3 commits intodmnd:masterfrom
hlovdal wants to merge 3 commits intodmnd:masterfrom
Conversation
e3b6ea9 to
1a74022
Compare
1a74022 to
cfce377
Compare
Author
|
@dmnd Is there anything that blocks merging this? |
added 2 commits
February 2, 2022 12:41
It is so much more convinient to just paste a commit id twice with the mouse and inject a space inbetween compared to having to enter ^ which require multifinger operation, as well as requireing eiter using your non-dominant hand to enter or requirering moving hand from mouse to keyboard and back to mouse.
hlovdal
referenced
this pull request
in dilijev/git-diff-blame
Nov 28, 2022
hlovdal
referenced
this pull request
in liyi3c/git-diff-blame
Nov 28, 2022
hlovdal
referenced
this pull request
in kkumler/git-diff-blame
Nov 28, 2022
Author
|
@dmnd Is there anything that blocks merging this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-blamebehaves identical togit diffwhen uncommited changes have been added to the git index.