From: Dan McGee Date: Thu, 19 Jun 2008 21:15:53 +0000 (-0500) Subject: completion: add --graph to log command completion X-Git-Tag: v1.5.6.1~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=20827d99c5ee079d92831474a0b6e66b79757dbd;p=git.git completion: add --graph to log command completion Signed-off-by: Dan McGee 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 2141b6b6b..0eb8df020 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -761,6 +761,7 @@ _git_log () --pretty= --name-status --name-only --raw --not --all --left-right --cherry-pick + --graph " return ;;