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:
b06d364
)
completion: add completions for git config commit
author
Rikard Falkeborn
<redacted>
Sun, 28 May 2017 12:13:25 +0000
(14:13 +0200)
committer
Junio C Hamano
<redacted>
Tue, 30 May 2017 04:29:38 +0000
(13:29 +0900)
Add missing completions for git config:
* commit.cleanup
* commit.gpgSign
* commit.verbose
Signed-off-by: Rikard Falkeborn <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 af658995d55025418c94061842f8d84809b27ef0..535a19a70c030d984f347673219099fa8ae1089e 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-2392,8
+2392,11
@@
_git_config ()
color.status.untracked
color.status.updated
color.ui
+ commit.cleanup
+ commit.gpgSign
commit.status
commit.template
+ commit.verbose
core.abbrev
core.askpass
core.attributesfile
git clone https://git.99rst.org/PROJECT