* [PATCH] completion: add --show-signature for log and show
@ 2014-10-04 23:20 David Aguilar
0 siblings, 0 replies; only message in thread
From: David Aguilar @ 2014-10-04 23:20 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Stephen Boyd, Michal Privoznik
Signed-off-by: David Aguilar <davvid@gmail.com>
---
contrib/completion/git-completion.bash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 5ea5b82..2ed230a 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
--
2.1.2.331.gf8f34bb
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-04 23:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-04 23:20 [PATCH] completion: add --show-signature for log and show David Aguilar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).