Browse Source

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>
maint
Lee Marlow 16 years ago committed by Junio C Hamano
parent
commit
e49b99a6f5
  1. 1
      contrib/completion/git-completion.bash

1
contrib/completion/git-completion.bash

@ -848,6 +848,7 @@ _git_log () @@ -848,6 +848,7 @@ _git_log ()
--stat --numstat --shortstat
--decorate --diff-filter=
--color-words --walk-reflogs
--parents --children --full-history
"
return
;;

Loading…
Cancel
Save