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:
parent
bdd7379566
commit
7d37b5bf4e
@ -641,6 +641,7 @@ _git_log ()
|
||||
--all-match
|
||||
--pretty= --name-status --name-only --raw
|
||||
--not --all
|
||||
--left-right --cherry-pick
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user