mirror of
https://github.com/git/git
synced 2024-10-30 04:01:21 +00:00
completion: add missing configuration variables to _git_config()
Signed-off-by: Stephen Boyd <bebarino@gmail.com> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3536ae3310
commit
226b343cde
1 changed files with 48 additions and 0 deletions
|
@ -1393,6 +1393,7 @@ _git_config ()
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
__gitcomp "
|
__gitcomp "
|
||||||
|
alias.
|
||||||
apply.whitespace
|
apply.whitespace
|
||||||
branch.autosetupmerge
|
branch.autosetupmerge
|
||||||
branch.autosetuprebase
|
branch.autosetuprebase
|
||||||
|
@ -1410,6 +1411,9 @@ _git_config ()
|
||||||
color.diff.old
|
color.diff.old
|
||||||
color.diff.plain
|
color.diff.plain
|
||||||
color.diff.whitespace
|
color.diff.whitespace
|
||||||
|
color.grep
|
||||||
|
color.grep.external
|
||||||
|
color.grep.match
|
||||||
color.interactive
|
color.interactive
|
||||||
color.interactive.header
|
color.interactive.header
|
||||||
color.interactive.help
|
color.interactive.help
|
||||||
|
@ -1427,6 +1431,7 @@ _git_config ()
|
||||||
core.autocrlf
|
core.autocrlf
|
||||||
core.bare
|
core.bare
|
||||||
core.compression
|
core.compression
|
||||||
|
core.createObject
|
||||||
core.deltaBaseCacheLimit
|
core.deltaBaseCacheLimit
|
||||||
core.editor
|
core.editor
|
||||||
core.excludesfile
|
core.excludesfile
|
||||||
|
@ -1457,11 +1462,20 @@ _git_config ()
|
||||||
diff.renameLimit
|
diff.renameLimit
|
||||||
diff.renameLimit.
|
diff.renameLimit.
|
||||||
diff.renames
|
diff.renames
|
||||||
|
diff.suppressBlankEmpty
|
||||||
|
diff.tool
|
||||||
|
diff.wordRegex
|
||||||
|
difftool.prompt
|
||||||
fetch.unpackLimit
|
fetch.unpackLimit
|
||||||
|
format.attach
|
||||||
|
format.cc
|
||||||
format.headers
|
format.headers
|
||||||
format.numbered
|
format.numbered
|
||||||
format.pretty
|
format.pretty
|
||||||
|
format.signoff
|
||||||
|
format.subjectprefix
|
||||||
format.suffix
|
format.suffix
|
||||||
|
format.thread
|
||||||
gc.aggressiveWindow
|
gc.aggressiveWindow
|
||||||
gc.auto
|
gc.auto
|
||||||
gc.autopacklimit
|
gc.autopacklimit
|
||||||
|
@ -1472,6 +1486,7 @@ _git_config ()
|
||||||
gc.rerereresolved
|
gc.rerereresolved
|
||||||
gc.rerereunresolved
|
gc.rerereunresolved
|
||||||
gitcvs.allbinary
|
gitcvs.allbinary
|
||||||
|
gitcvs.commitmsgannotation
|
||||||
gitcvs.dbTableNamePrefix
|
gitcvs.dbTableNamePrefix
|
||||||
gitcvs.dbdriver
|
gitcvs.dbdriver
|
||||||
gitcvs.dbname
|
gitcvs.dbname
|
||||||
|
@ -1506,13 +1521,23 @@ _git_config ()
|
||||||
http.sslVerify
|
http.sslVerify
|
||||||
i18n.commitEncoding
|
i18n.commitEncoding
|
||||||
i18n.logOutputEncoding
|
i18n.logOutputEncoding
|
||||||
|
imap.folder
|
||||||
|
imap.host
|
||||||
|
imap.pass
|
||||||
|
imap.port
|
||||||
|
imap.preformattedHTML
|
||||||
|
imap.sslverify
|
||||||
|
imap.tunnel
|
||||||
|
imap.user
|
||||||
instaweb.browser
|
instaweb.browser
|
||||||
instaweb.httpd
|
instaweb.httpd
|
||||||
instaweb.local
|
instaweb.local
|
||||||
instaweb.modulepath
|
instaweb.modulepath
|
||||||
instaweb.port
|
instaweb.port
|
||||||
|
interactive.singlekey
|
||||||
log.date
|
log.date
|
||||||
log.showroot
|
log.showroot
|
||||||
|
mailmap.file
|
||||||
man.viewer
|
man.viewer
|
||||||
merge.conflictstyle
|
merge.conflictstyle
|
||||||
merge.log
|
merge.log
|
||||||
|
@ -1521,6 +1546,7 @@ _git_config ()
|
||||||
merge.tool
|
merge.tool
|
||||||
merge.verbosity
|
merge.verbosity
|
||||||
mergetool.keepBackup
|
mergetool.keepBackup
|
||||||
|
mergetool.prompt
|
||||||
pack.compression
|
pack.compression
|
||||||
pack.deltaCacheLimit
|
pack.deltaCacheLimit
|
||||||
pack.deltaCacheSize
|
pack.deltaCacheSize
|
||||||
|
@ -1532,6 +1558,8 @@ _git_config ()
|
||||||
pack.windowMemory
|
pack.windowMemory
|
||||||
pull.octopus
|
pull.octopus
|
||||||
pull.twohead
|
pull.twohead
|
||||||
|
push.default
|
||||||
|
rebase.stat
|
||||||
receive.denyCurrentBranch
|
receive.denyCurrentBranch
|
||||||
receive.denyDeletes
|
receive.denyDeletes
|
||||||
receive.denyNonFastForwards
|
receive.denyNonFastForwards
|
||||||
|
@ -1540,6 +1568,26 @@ _git_config ()
|
||||||
repack.usedeltabaseoffset
|
repack.usedeltabaseoffset
|
||||||
rerere.autoupdate
|
rerere.autoupdate
|
||||||
rerere.enabled
|
rerere.enabled
|
||||||
|
sendemail.aliasesfile
|
||||||
|
sendemail.aliasesfiletype
|
||||||
|
sendemail.bcc
|
||||||
|
sendemail.cc
|
||||||
|
sendemail.cccmd
|
||||||
|
sendemail.chainreplyto
|
||||||
|
sendemail.confirm
|
||||||
|
sendemail.envelopesender
|
||||||
|
sendemail.multiedit
|
||||||
|
sendemail.signedoffbycc
|
||||||
|
sendemail.smtpencryption
|
||||||
|
sendemail.smtppass
|
||||||
|
sendemail.smtpserver
|
||||||
|
sendemail.smtpserverport
|
||||||
|
sendemail.smtpuser
|
||||||
|
sendemail.suppresscc
|
||||||
|
sendemail.suppressfrom
|
||||||
|
sendemail.thread
|
||||||
|
sendemail.to
|
||||||
|
sendemail.validate
|
||||||
showbranch.default
|
showbranch.default
|
||||||
status.relativePaths
|
status.relativePaths
|
||||||
status.showUntrackedFiles
|
status.showUntrackedFiles
|
||||||
|
|
Loading…
Reference in a new issue