bash completion: Add more long options for 'git log'
Options added: --parents --children --full-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>
This commit is contained in:
parent
7339479c2b
commit
e49b99a6f5
@ -848,6 +848,7 @@ _git_log ()
|
||||
--stat --numstat --shortstat
|
||||
--decorate --diff-filter=
|
||||
--color-words --walk-reflogs
|
||||
--parents --children --full-history
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user