git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
565301e
)
completion: add --show-signature for log and show
author
David Aguilar
<redacted>
Sat, 4 Oct 2014 23:20:38 +0000
(16:20 -0700)
committer
Junio C Hamano
<redacted>
Tue, 7 Oct 2014 19:00:48 +0000
(12:00 -0700)
Signed-off-by: David Aguilar <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 5ea5b82d2b6c54111c059a1c844c6e9f0b3d3a79..2ed230a861248f510e8e9d4597faef6f14ffd552 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT