Skip to content

Commit

Permalink
bash completion: Add '--merge' long option for 'git log'
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Lee Marlow authored and Junio C Hamano committed Aug 15, 2008
1 parent b4c7216 commit 5a13c8f
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 @@ -972,6 +972,7 @@ _git_log ()
--decorate --diff-filter=
--color-words --walk-reflogs
--parents --children --full-history
--merge
"
return
;;
Expand Down

0 comments on commit 5a13c8f

Please sign in to comment.