Skip to content

Commit 5a13c8f

Browse files
lmarlowgitster
authored andcommitted
bash completion: Add '--merge' long option for 'git log'
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>
1 parent b4c7216 commit 5a13c8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@ _git_log ()
972972
--decorate --diff-filter=
973973
--color-words --walk-reflogs
974974
--parents --children --full-history
975+
--merge
975976
"
976977
return
977978
;;

0 commit comments

Comments
 (0)