completion: add completions for git config commit
Add missing completions for git config: * commit.cleanup * commit.gpgSign * commit.verbose Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
b06d364310
commit
9ee4aa95db
@ -2392,8 +2392,11 @@ _git_config ()
|
|||||||
color.status.untracked
|
color.status.untracked
|
||||||
color.status.updated
|
color.status.updated
|
||||||
color.ui
|
color.ui
|
||||||
|
commit.cleanup
|
||||||
|
commit.gpgSign
|
||||||
commit.status
|
commit.status
|
||||||
commit.template
|
commit.template
|
||||||
|
commit.verbose
|
||||||
core.abbrev
|
core.abbrev
|
||||||
core.askpass
|
core.askpass
|
||||||
core.attributesfile
|
core.attributesfile
|
||||||
|
Reference in New Issue
Block a user