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>maint
parent
b4c72162f6
commit
5a13c8f6f7
|
@ -972,6 +972,7 @@ _git_log ()
|
|||
--decorate --diff-filter=
|
||||
--color-words --walk-reflogs
|
||||
--parents --children --full-history
|
||||
--merge
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue