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.tokkee.org/?a=commitdiff_plain;h=e49b99a6f5ac9f6638b0e5f938674f031555f374;p=git.git 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 --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index e32c1f1a9..678a155f2 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 ;;