completion: add git config core completions
authorRikard Falkeborn <redacted>
Sat, 27 May 2017 06:25:48 +0000 (08:25 +0200)
committerJunio C Hamano <redacted>
Fri, 2 Jun 2017 02:25:26 +0000 (11:25 +0900)
commitf254eab2e024edec8b8d4a342252efba74901fdb
tree78d10e025f9134ddb34dcd029192a109d5d524a2
parent194280427d2f2f4ab564aae4c7aa7fa9f7e78f26
completion: add git config core completions

Add missing completions for git config core:

* core.checkStat
* core.commentChar
* core.hideDotFiles
* core.hooksPath
* core.packedRefsTimeout
* core.precomposeUnicode
* core.protectHFS
* core.protectNTFS
* core.splitIndex
* core.sshCommand

Note that some configs are only used for some platforms
(hideDotFiles on Windows and precomposeUnicode on Mac).

Signed-off-by: Rikard Falkeborn <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
git clone https://git.99rst.org/PROJECT