Browse Source

bash completions: Add the --patience option

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Johannes Schindelin 16 years ago committed by Junio C Hamano
parent
commit
cc54570925
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -776,6 +776,7 @@ _git_diff () @@ -776,6 +776,7 @@ _git_diff ()
--no-ext-diff
--no-prefix --src-prefix= --dst-prefix=
--base --ours --theirs
--patience
"
return
;;
@ -967,6 +968,7 @@ _git_log () @@ -967,6 +968,7 @@ _git_log ()
--color-words --walk-reflogs
--parents --children --full-history
--merge
--patience
"
return
;;

Loading…
Cancel
Save