Skip to content

Commit 9ee4aa9

Browse files
rikardfalkeborngitster
authored andcommitted
completion: add completions for git config commit
Add missing completions for git config: * commit.cleanup * commit.gpgSign * commit.verbose Signed-off-by: Rikard Falkeborn <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b06d364 commit 9ee4aa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,8 +2392,11 @@ _git_config ()
23922392
color.status.untracked
23932393
color.status.updated
23942394
color.ui
2395+
commit.cleanup
2396+
commit.gpgSign
23952397
commit.status
23962398
commit.template
2399+
commit.verbose
23972400
core.abbrev
23982401
core.askpass
23992402
core.attributesfile

0 commit comments

Comments
 (0)