From: David Aguilar Date: Sat, 4 Oct 2014 23:20:38 +0000 (-0700) Subject: completion: add --show-signature for log and show X-Git-Tag: v2.2.0-rc0~55^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ca0b197b89e1dad0166f60622f087296764dc42?ds=sidebyside completion: add --show-signature for log and show Signed-off-by: David Aguilar Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 5ea5b82d2b..2ed230a861 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1467,6 +1467,7 @@ _git_log () --abbrev-commit --abbrev= --relative-date --date= --pretty= --format= --oneline + --show-signature --cherry-pick --graph --decorate --decorate= @@ -2344,6 +2345,7 @@ _git_show () ;; --*) __gitcomp "--pretty= --format= --abbrev-commit --oneline + --show-signature $__git_diff_common_options " return