mirror of
https://github.com/git/git
synced 2024-10-30 04:01:21 +00:00
bash completions: Add the --patience option
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
34292bddb8
commit
cc54570925
1 changed files with 2 additions and 0 deletions
|
@ -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 ()
|
|||
--color-words --walk-reflogs
|
||||
--parents --children --full-history
|
||||
--merge
|
||||
--patience
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue