Skip to content

Commit

Permalink
completion: also complete git-log's --left-right and --cherry-pick op…
Browse files Browse the repository at this point in the history
…tion

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>
  • Loading branch information
Johannes Schindelin authored and Junio C Hamano committed Aug 29, 2007
1 parent bdd7379 commit 7d37b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ _git_log ()
--all-match
--pretty= --name-status --name-only --raw
--not --all
--left-right --cherry-pick
"
return
;;
Expand Down

0 comments on commit 7d37b5b

Please sign in to comment.