зеркало из https://github.com/microsoft/git.git
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:
Родитель
34292bddb8
Коммит
cc54570925
|
@ -776,6 +776,7 @@ _git_diff ()
|
||||||
--no-ext-diff
|
--no-ext-diff
|
||||||
--no-prefix --src-prefix= --dst-prefix=
|
--no-prefix --src-prefix= --dst-prefix=
|
||||||
--base --ours --theirs
|
--base --ours --theirs
|
||||||
|
--patience
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
@ -967,6 +968,7 @@ _git_log ()
|
||||||
--color-words --walk-reflogs
|
--color-words --walk-reflogs
|
||||||
--parents --children --full-history
|
--parents --children --full-history
|
||||||
--merge
|
--merge
|
||||||
|
--patience
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче