bash completion: Sort config completion variables

Sort the config variables to make sync-ing them with
Documents/config.txt easier in the future.

Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Lee Marlow 2008-12-15 10:45:48 -07:00 committed by Junio C Hamano
parent 90c3302173
commit 025a19298d

View File

@ -1206,84 +1206,87 @@ _git_config ()
esac esac
__gitcomp " __gitcomp "
apply.whitespace apply.whitespace
core.fileMode
core.gitProxy
core.ignoreStat
core.preferSymlinkRefs
core.logAllRefUpdates
core.loosecompression
core.repositoryFormatVersion
core.sharedRepository
core.warnAmbiguousRefs
core.compression
core.packedGitWindowSize
core.packedGitLimit
clean.requireForce clean.requireForce
color.branch color.branch
color.branch.current color.branch.current
color.branch.local color.branch.local
color.branch.remote
color.branch.plain color.branch.plain
color.branch.remote
color.diff color.diff
color.diff.plain
color.diff.meta
color.diff.frag
color.diff.old
color.diff.new
color.diff.commit color.diff.commit
color.diff.frag
color.diff.meta
color.diff.new
color.diff.old
color.diff.plain
color.diff.whitespace color.diff.whitespace
color.pager color.pager
color.status color.status
color.status.header
color.status.added color.status.added
color.status.changed color.status.changed
color.status.header
color.status.untracked color.status.untracked
core.compression
core.fileMode
core.gitProxy
core.ignoreStat
core.logAllRefUpdates
core.loosecompression
core.packedGitLimit
core.packedGitWindowSize
core.preferSymlinkRefs
core.repositoryFormatVersion
core.sharedRepository
core.warnAmbiguousRefs
diff.renameLimit diff.renameLimit
diff.renames diff.renames
fetch.unpackLimit fetch.unpackLimit
format.headers format.headers
format.subjectprefix format.subjectprefix
gitcvs.enabled
gitcvs.logfile
gitcvs.allbinary
gitcvs.dbname gitcvs.dbdriver gitcvs.dbuser gitcvs.dbpass
gitcvs.dbtablenameprefix
gc.packrefs gc.packrefs
gc.reflogexpire gc.reflogexpire
gc.reflogexpireunreachable gc.reflogexpireunreachable
gc.rerereresolved gc.rerereresolved
gc.rerereunresolved gc.rerereunresolved
http.sslVerify gitcvs.allbinary
http.sslCert gitcvs.dbdriver
http.sslKey gitcvs.dbname
http.sslCAInfo gitcvs.dbpass
http.sslCAPath gitcvs.dbtablenameprefix
http.maxRequests gitcvs.dbuser
gitcvs.enabled
gitcvs.logfile
http.lowSpeedLimit http.lowSpeedLimit
http.lowSpeedTime http.lowSpeedTime
http.maxRequests
http.noEPSV http.noEPSV
http.sslCAInfo
http.sslCAPath
http.sslCert
http.sslKey
http.sslVerify
i18n.commitEncoding i18n.commitEncoding
i18n.logOutputEncoding i18n.logOutputEncoding
log.showroot log.showroot
merge.tool
merge.summary merge.summary
merge.tool
merge.verbosity merge.verbosity
pack.window
pack.depth
pack.windowMemory
pack.compression pack.compression
pack.deltaCacheSize
pack.deltaCacheLimit pack.deltaCacheLimit
pack.deltaCacheSize
pack.depth
pack.window
pack.windowMemory
pull.octopus pull.octopus
pull.twohead pull.twohead
receive.denyNonFastForwards
receive.unpackLimit
repack.useDeltaBaseOffset repack.useDeltaBaseOffset
showbranch.default showbranch.default
tar.umask tar.umask
transfer.unpackLimit transfer.unpackLimit
receive.unpackLimit
receive.denyNonFastForwards
user.name
user.email user.email
user.name
user.signingkey user.signingkey
branch. remote. branch. remote.
" "