Skip to content

Commit 5a13c8f

Browse files
lmarlowgitster
authored andcommitted
bash completion: Add '--merge' long option for 'git log'
Signed-off-by: Lee Marlow <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b4c7216 commit 5a13c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)