Skip to content

Commit cc54570

Browse files
dschogitster
authored andcommitted
bash completions: Add the --patience option
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 34292bd commit cc54570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ _git_diff ()
776776
--no-ext-diff
777777
--no-prefix --src-prefix= --dst-prefix=
778778
--base --ours --theirs
779+
--patience
779780
"
780781
return
781782
;;
@@ -967,6 +968,7 @@ _git_log ()
967968
--color-words --walk-reflogs
968969
--parents --children --full-history
969970
--merge
971+
--patience
970972
"
971973
return
972974
;;

0 commit comments

Comments
 (0)