We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b3e3c commit aba201cCopy full SHA for aba201c
contrib/completion/git-completion.bash
@@ -639,7 +639,9 @@ _git_diff ()
639
--find-copies-harder --pickaxe-all --pickaxe-regex
640
--text --ignore-space-at-eol --ignore-space-change
641
--ignore-all-space --exit-code --quiet --ext-diff
642
- --no-ext-diff"
+ --no-ext-diff
643
+ --no-prefix --src-prefix= --dst-prefix=
644
+ "
645
return
646
;;
647
esac
@@ -696,6 +698,7 @@ _git_format_patch ()
696
698
--full-index --binary
697
699
--not --all
700
--cover-letter
701
702
"
703
704
0 commit comments