mirror of
https://github.com/git/git
synced 2024-10-30 04:01:21 +00:00
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>
This commit is contained in:
parent
b4c72162f6
commit
5a13c8f6f7
1 changed files with 1 additions and 0 deletions
|
@ -972,6 +972,7 @@ _git_log ()
|
||||||
--decorate --diff-filter=
|
--decorate --diff-filter=
|
||||||
--color-words --walk-reflogs
|
--color-words --walk-reflogs
|
||||||
--parents --children --full-history
|
--parents --children --full-history
|
||||||
|
--merge
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue