Skip to content

Commit 226b343

Browse files
bebarinogitster
authored andcommitted
completion: add missing configuration variables to _git_config()
Signed-off-by: Stephen Boyd <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3536ae3 commit 226b343

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,7 @@ _git_config ()
13931393
;;
13941394
esac
13951395
__gitcomp "
1396+
alias.
13961397
apply.whitespace
13971398
branch.autosetupmerge
13981399
branch.autosetuprebase
@@ -1410,6 +1411,9 @@ _git_config ()
14101411
color.diff.old
14111412
color.diff.plain
14121413
color.diff.whitespace
1414+
color.grep
1415+
color.grep.external
1416+
color.grep.match
14131417
color.interactive
14141418
color.interactive.header
14151419
color.interactive.help
@@ -1427,6 +1431,7 @@ _git_config ()
14271431
core.autocrlf
14281432
core.bare
14291433
core.compression
1434+
core.createObject
14301435
core.deltaBaseCacheLimit
14311436
core.editor
14321437
core.excludesfile
@@ -1457,11 +1462,20 @@ _git_config ()
14571462
diff.renameLimit
14581463
diff.renameLimit.
14591464
diff.renames
1465+
diff.suppressBlankEmpty
1466+
diff.tool
1467+
diff.wordRegex
1468+
difftool.prompt
14601469
fetch.unpackLimit
1470+
format.attach
1471+
format.cc
14611472
format.headers
14621473
format.numbered
14631474
format.pretty
1475+
format.signoff
1476+
format.subjectprefix
14641477
format.suffix
1478+
format.thread
14651479
gc.aggressiveWindow
14661480
gc.auto
14671481
gc.autopacklimit
@@ -1472,6 +1486,7 @@ _git_config ()
14721486
gc.rerereresolved
14731487
gc.rerereunresolved
14741488
gitcvs.allbinary
1489+
gitcvs.commitmsgannotation
14751490
gitcvs.dbTableNamePrefix
14761491
gitcvs.dbdriver
14771492
gitcvs.dbname
@@ -1506,13 +1521,23 @@ _git_config ()
15061521
http.sslVerify
15071522
i18n.commitEncoding
15081523
i18n.logOutputEncoding
1524+
imap.folder
1525+
imap.host
1526+
imap.pass
1527+
imap.port
1528+
imap.preformattedHTML
1529+
imap.sslverify
1530+
imap.tunnel
1531+
imap.user
15091532
instaweb.browser
15101533
instaweb.httpd
15111534
instaweb.local
15121535
instaweb.modulepath
15131536
instaweb.port
1537+
interactive.singlekey
15141538
log.date
15151539
log.showroot
1540+
mailmap.file
15161541
man.viewer
15171542
merge.conflictstyle
15181543
merge.log
@@ -1521,6 +1546,7 @@ _git_config ()
15211546
merge.tool
15221547
merge.verbosity
15231548
mergetool.keepBackup
1549+
mergetool.prompt
15241550
pack.compression
15251551
pack.deltaCacheLimit
15261552
pack.deltaCacheSize
@@ -1532,6 +1558,8 @@ _git_config ()
15321558
pack.windowMemory
15331559
pull.octopus
15341560
pull.twohead
1561+
push.default
1562+
rebase.stat
15351563
receive.denyCurrentBranch
15361564
receive.denyDeletes
15371565
receive.denyNonFastForwards
@@ -1540,6 +1568,26 @@ _git_config ()
15401568
repack.usedeltabaseoffset
15411569
rerere.autoupdate
15421570
rerere.enabled
1571+
sendemail.aliasesfile
1572+
sendemail.aliasesfiletype
1573+
sendemail.bcc
1574+
sendemail.cc
1575+
sendemail.cccmd
1576+
sendemail.chainreplyto
1577+
sendemail.confirm
1578+
sendemail.envelopesender
1579+
sendemail.multiedit
1580+
sendemail.signedoffbycc
1581+
sendemail.smtpencryption
1582+
sendemail.smtppass
1583+
sendemail.smtpserver
1584+
sendemail.smtpserverport
1585+
sendemail.smtpuser
1586+
sendemail.suppresscc
1587+
sendemail.suppressfrom
1588+
sendemail.thread
1589+
sendemail.to
1590+
sendemail.validate
15431591
showbranch.default
15441592
status.relativePaths
15451593
status.showUntrackedFiles

0 commit comments

Comments
 (0)