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:

committed by
Junio C Hamano

parent
7339479c2b
commit
e49b99a6f5
@ -848,6 +848,7 @@ _git_log ()
|
|||||||
--stat --numstat --shortstat
|
--stat --numstat --shortstat
|
||||||
--decorate --diff-filter=
|
--decorate --diff-filter=
|
||||||
--color-words --walk-reflogs
|
--color-words --walk-reflogs
|
||||||
|
--parents --children --full-history
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user