From: Lee Marlow Date: Sat, 2 Aug 2008 00:56:53 +0000 (-0600) Subject: bash completion: Add more long options for 'git log' X-Git-Tag: v1.6.0-rc2~37 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e49b99a6f5ac9f6638b0e5f938674f031555f374?hp=--cc bash completion: Add more long options for 'git log' Options added: --parents --children --full-history Signed-off-by: Lee Marlow Acked-by: Shawn O. Pearce Signed-off-by: Junio C Hamano --- e49b99a6f5ac9f6638b0e5f938674f031555f374 diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index e32c1f1a9c..678a155f2e 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -848,6 +848,7 @@ _git_log () --stat --numstat --shortstat --decorate --diff-filter= --color-words --walk-reflogs + --parents --children --full-history " return ;;