From: Johannes Schindelin Date: Wed, 29 Aug 2007 14:15:34 +0000 (+0100) Subject: completion: also complete git-log's --left-right and --cherry-pick option X-Git-Tag: v1.5.3~30 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d37b5bf4eda8b2dcca371fb4b5ebd50fed64d67;p=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 Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index a652c88b2..5ed18215f 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -641,6 +641,7 @@ _git_log () --all-match --pretty= --name-status --name-only --raw --not --all + --left-right --cherry-pick " return ;;