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 <rikard.falkeborn@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
194280427d
commit
f254eab2e0
@ -2403,6 +2403,8 @@ _git_config ()
|
|||||||
core.autocrlf
|
core.autocrlf
|
||||||
core.bare
|
core.bare
|
||||||
core.bigFileThreshold
|
core.bigFileThreshold
|
||||||
|
core.checkStat
|
||||||
|
core.commentChar
|
||||||
core.compression
|
core.compression
|
||||||
core.createObject
|
core.createObject
|
||||||
core.deltaBaseCacheLimit
|
core.deltaBaseCacheLimit
|
||||||
@ -2412,6 +2414,8 @@ _git_config ()
|
|||||||
core.fileMode
|
core.fileMode
|
||||||
core.fsyncobjectfiles
|
core.fsyncobjectfiles
|
||||||
core.gitProxy
|
core.gitProxy
|
||||||
|
core.hideDotFiles
|
||||||
|
core.hooksPath
|
||||||
core.ignoreStat
|
core.ignoreStat
|
||||||
core.ignorecase
|
core.ignorecase
|
||||||
core.logAllRefUpdates
|
core.logAllRefUpdates
|
||||||
@ -2419,14 +2423,20 @@ _git_config ()
|
|||||||
core.notesRef
|
core.notesRef
|
||||||
core.packedGitLimit
|
core.packedGitLimit
|
||||||
core.packedGitWindowSize
|
core.packedGitWindowSize
|
||||||
|
core.packedRefsTimeout
|
||||||
core.pager
|
core.pager
|
||||||
|
core.precomposeUnicode
|
||||||
core.preferSymlinkRefs
|
core.preferSymlinkRefs
|
||||||
core.preloadindex
|
core.preloadindex
|
||||||
|
core.protectHFS
|
||||||
|
core.protectNTFS
|
||||||
core.quotepath
|
core.quotepath
|
||||||
core.repositoryFormatVersion
|
core.repositoryFormatVersion
|
||||||
core.safecrlf
|
core.safecrlf
|
||||||
core.sharedRepository
|
core.sharedRepository
|
||||||
core.sparseCheckout
|
core.sparseCheckout
|
||||||
|
core.splitIndex
|
||||||
|
core.sshCommand
|
||||||
core.symlinks
|
core.symlinks
|
||||||
core.trustctime
|
core.trustctime
|
||||||
core.untrackedCache
|
core.untrackedCache
|
||||||
|
Reference in New Issue
Block a user