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:
Johannes Schindelin 2007-08-29 15:15:34 +01:00 committed by Junio C Hamano
parent bdd7379566
commit 7d37b5bf4e

View file

@ -641,6 +641,7 @@ _git_log ()
--all-match
--pretty= --name-status --name-only --raw
--not --all
--left-right --cherry-pick
"
return
;;