зеркало из https://github.com/microsoft/git.git
completion: also complete git-log's --left-right and --cherry-pick option
Both --left-right and --cherry-pick are particularly long to type, so help the user there. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
bdd7379566
Коммит
7d37b5bf4e
|
@ -641,6 +641,7 @@ _git_log ()
|
||||||
--all-match
|
--all-match
|
||||||
--pretty= --name-status --name-only --raw
|
--pretty= --name-status --name-only --raw
|
||||||
--not --all
|
--not --all
|
||||||
|
--left-right --cherry-pick
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче