@@ -434,7 +434,7 @@ core.gitProxy::
434
434
may be set multiple times and is matched in the given order;
435
435
the first match wins.
436
436
+
437
- Can be overridden by the ' GIT_PROXY_COMMAND' environment variable
437
+ Can be overridden by the ` GIT_PROXY_COMMAND` environment variable
438
438
(which always applies universally, without the special "for"
439
439
handling).
440
440
+
@@ -478,9 +478,9 @@ false), while all other repositories are assumed to be bare (bare
478
478
479
479
core.worktree::
480
480
Set the path to the root of the working tree.
481
- If GIT_COMMON_DIR environment variable is set, core.worktree
481
+ If ` GIT_COMMON_DIR` environment variable is set, core.worktree
482
482
is ignored and not used for determining the root of working tree.
483
- This can be overridden by the GIT_WORK_TREE environment
483
+ This can be overridden by the ` GIT_WORK_TREE` environment
484
484
variable and the '--work-tree' command-line option.
485
485
The value can be an absolute path or relative to the path to
486
486
the .git directory, which is either specified by --git-dir
@@ -545,7 +545,7 @@ core.compression::
545
545
-1 is the zlib default. 0 means no compression,
546
546
and 1..9 are various speed/size tradeoffs, 9 being slowest.
547
547
If set, this provides a default to other compression variables,
548
- such as ' core.looseCompression' and ' pack.compression' .
548
+ such as ` core.looseCompression` and ` pack.compression` .
549
549
550
550
core.looseCompression::
551
551
An integer -1..9, indicating the compression level for objects that
@@ -619,9 +619,9 @@ core.excludesFile::
619
619
core.askPass::
620
620
Some commands (e.g. svn and http interfaces) that interactively
621
621
ask for a password can be told to use an external program given
622
- via the value of this variable. Can be overridden by the ' GIT_ASKPASS'
622
+ via the value of this variable. Can be overridden by the ` GIT_ASKPASS`
623
623
environment variable. If not set, fall back to the value of the
624
- ' SSH_ASKPASS' environment variable or, failing that, a simple password
624
+ ` SSH_ASKPASS` environment variable or, failing that, a simple password
625
625
prompt. The external program shall be given a suitable prompt as
626
626
command-line argument and write the password on its STDOUT.
627
627
@@ -764,7 +764,7 @@ core.notesRef::
764
764
notes should be printed.
765
765
+
766
766
This setting defaults to "refs/notes/commits", and it can be overridden by
767
- the ' GIT_NOTES_REF' environment variable. See linkgit:git-notes[1].
767
+ the ` GIT_NOTES_REF` environment variable. See linkgit:git-notes[1].
768
768
769
769
core.sparseCheckout::
770
770
Enable "sparse checkout" feature. See section "Sparse checkout" in
@@ -800,7 +800,7 @@ it will be treated as a shell command. For example, defining
800
800
"gitk --all --not ORIG_HEAD". Note that shell commands will be
801
801
executed from the top-level directory of a repository, which may
802
802
not necessarily be the current directory.
803
- ' GIT_PREFIX' is set as returned by running 'git rev-parse --show-prefix'
803
+ ` GIT_PREFIX` is set as returned by running 'git rev-parse --show-prefix'
804
804
from the original current directory. See linkgit:git-rev-parse[1].
805
805
806
806
am.keepcr::
@@ -1426,18 +1426,18 @@ gitcvs.usecrlfattr::
1426
1426
treat it as text. If they suppress text conversion, the file
1427
1427
will be set with '-kb' mode, which suppresses any newline munging
1428
1428
the client might otherwise do. If the attributes do not allow
1429
- the file type to be determined, then ' gitcvs.allBinary' is
1429
+ the file type to be determined, then ` gitcvs.allBinary` is
1430
1430
used. See linkgit:gitattributes[5].
1431
1431
1432
1432
gitcvs.allBinary::
1433
- This is used if ' gitcvs.usecrlfattr' does not resolve
1433
+ This is used if ` gitcvs.usecrlfattr` does not resolve
1434
1434
the correct '-kb' mode to use. If true, all
1435
1435
unresolved files are sent to the client in
1436
1436
mode '-kb'. This causes the client to treat them
1437
1437
as binary files, which suppresses any newline munging it
1438
1438
otherwise might do. Alternatively, if it is set to "guess",
1439
1439
then the contents of the file are examined to decide if
1440
- it is binary, similar to ' core.autocrlf' .
1440
+ it is binary, similar to ` core.autocrlf` .
1441
1441
1442
1442
gitcvs.dbName::
1443
1443
Database used by git-cvsserver to cache revision information
@@ -1456,7 +1456,7 @@ gitcvs.dbDriver::
1456
1456
See linkgit:git-cvsserver[1].
1457
1457
1458
1458
gitcvs.dbUser, gitcvs.dbPass::
1459
- Database user and password. Only useful if setting ' gitcvs.dbDriver' ,
1459
+ Database user and password. Only useful if setting ` gitcvs.dbDriver` ,
1460
1460
since SQLite has no concept of database users and/or passwords.
1461
1461
'gitcvs.dbUser' supports variable substitution (see
1462
1462
linkgit:git-cvsserver[1] for details).
@@ -1468,8 +1468,8 @@ gitcvs.dbTableNamePrefix::
1468
1468
linkgit:git-cvsserver[1] for details). Any non-alphabetic
1469
1469
characters will be replaced with underscores.
1470
1470
1471
- All gitcvs variables except for ' gitcvs.usecrlfattr' and
1472
- ' gitcvs.allBinary' can also be specified as
1471
+ All gitcvs variables except for ` gitcvs.usecrlfattr` and
1472
+ ` gitcvs.allBinary` can also be specified as
1473
1473
'gitcvs.<access_method>.<varname>' (where 'access_method'
1474
1474
is one of "ext" and "pserver") to make them apply only for the given
1475
1475
access method.
@@ -1502,7 +1502,7 @@ grep.patternType::
1502
1502
1503
1503
grep.extendedRegexp::
1504
1504
If set to true, enable '--extended-regexp' option by default. This
1505
- option is ignored when the ' grep.patternType' option is set to a value
1505
+ option is ignored when the ` grep.patternType` option is set to a value
1506
1506
other than 'default'.
1507
1507
1508
1508
grep.threads::
@@ -1587,7 +1587,7 @@ guitool.<name>.cmd::
1587
1587
of the linkgit:git-gui[1] `Tools` menu is invoked. This option is
1588
1588
mandatory for every tool. The command is executed from the root of
1589
1589
the working directory, and in the environment it receives the name of
1590
- the tool as ' GIT_GUITOOL' , the name of the currently selected file as
1590
+ the tool as ` GIT_GUITOOL` , the name of the currently selected file as
1591
1591
'FILENAME', and the name of the current branch as 'CUR_BRANCH' (if
1592
1592
the head is detached, 'CUR_BRANCH' is empty).
1593
1593
@@ -1608,15 +1608,15 @@ guitool.<name>.confirm::
1608
1608
1609
1609
guitool.<name>.argPrompt::
1610
1610
Request a string argument from the user, and pass it to the tool
1611
- through the ' ARGS' environment variable. Since requesting an
1611
+ through the ` ARGS` environment variable. Since requesting an
1612
1612
argument implies confirmation, the 'confirm' option has no effect
1613
1613
if this is enabled. If the option is set to 'true', 'yes', or '1',
1614
1614
the dialog uses a built-in generic prompt; otherwise the exact
1615
1615
value of the variable is used.
1616
1616
1617
1617
guitool.<name>.revPrompt::
1618
1618
Request a single valid revision from the user, and set the
1619
- ' REVISION' environment variable. In other aspects this option
1619
+ ` REVISION` environment variable. In other aspects this option
1620
1620
is similar to 'argPrompt', and can be used together with it.
1621
1621
1622
1622
guitool.<name>.revUnmerged::
@@ -1672,7 +1672,7 @@ http.proxyAuthMethod::
1672
1672
only takes effect if the configured proxy string contains a user name part
1673
1673
(i.e. is of the form 'user@host' or 'user@host:port'). This can be
1674
1674
overridden on a per-remote basis; see `remote.<name>.proxyAuthMethod`.
1675
- Both can be overridden by the ' GIT_HTTP_PROXY_AUTHMETHOD' environment
1675
+ Both can be overridden by the ` GIT_HTTP_PROXY_AUTHMETHOD` environment
1676
1676
variable. Possible values are:
1677
1677
+
1678
1678
--
@@ -1731,9 +1731,9 @@ http.sslVersion::
1731
1731
- tlsv1.2
1732
1732
1733
1733
+
1734
- Can be overridden by the ' GIT_SSL_VERSION' environment variable.
1734
+ Can be overridden by the ` GIT_SSL_VERSION` environment variable.
1735
1735
To force git to use libcurl's default ssl version and ignore any
1736
- explicit http.sslversion option, set ' GIT_SSL_VERSION' to the
1736
+ explicit http.sslversion option, set ` GIT_SSL_VERSION` to the
1737
1737
empty string.
1738
1738
1739
1739
http.sslCipherList::
@@ -1744,41 +1744,41 @@ http.sslCipherList::
1744
1744
option; see the libcurl documentation for more details on the format
1745
1745
of this list.
1746
1746
+
1747
- Can be overridden by the ' GIT_SSL_CIPHER_LIST' environment variable.
1747
+ Can be overridden by the ` GIT_SSL_CIPHER_LIST` environment variable.
1748
1748
To force git to use libcurl's default cipher list and ignore any
1749
- explicit http.sslCipherList option, set ' GIT_SSL_CIPHER_LIST' to the
1749
+ explicit http.sslCipherList option, set ` GIT_SSL_CIPHER_LIST` to the
1750
1750
empty string.
1751
1751
1752
1752
http.sslVerify::
1753
1753
Whether to verify the SSL certificate when fetching or pushing
1754
- over HTTPS. Can be overridden by the ' GIT_SSL_NO_VERIFY' environment
1754
+ over HTTPS. Can be overridden by the ` GIT_SSL_NO_VERIFY` environment
1755
1755
variable.
1756
1756
1757
1757
http.sslCert::
1758
1758
File containing the SSL certificate when fetching or pushing
1759
- over HTTPS. Can be overridden by the ' GIT_SSL_CERT' environment
1759
+ over HTTPS. Can be overridden by the ` GIT_SSL_CERT` environment
1760
1760
variable.
1761
1761
1762
1762
http.sslKey::
1763
1763
File containing the SSL private key when fetching or pushing
1764
- over HTTPS. Can be overridden by the ' GIT_SSL_KEY' environment
1764
+ over HTTPS. Can be overridden by the ` GIT_SSL_KEY` environment
1765
1765
variable.
1766
1766
1767
1767
http.sslCertPasswordProtected::
1768
1768
Enable Git's password prompt for the SSL certificate. Otherwise
1769
1769
OpenSSL will prompt the user, possibly many times, if the
1770
1770
certificate or private key is encrypted. Can be overridden by the
1771
- ' GIT_SSL_CERT_PASSWORD_PROTECTED' environment variable.
1771
+ ` GIT_SSL_CERT_PASSWORD_PROTECTED` environment variable.
1772
1772
1773
1773
http.sslCAInfo::
1774
1774
File containing the certificates to verify the peer with when
1775
1775
fetching or pushing over HTTPS. Can be overridden by the
1776
- ' GIT_SSL_CAINFO' environment variable.
1776
+ ` GIT_SSL_CAINFO` environment variable.
1777
1777
1778
1778
http.sslCAPath::
1779
1779
Path containing files with the CA certificates to verify the peer
1780
1780
with when fetching or pushing over HTTPS. Can be overridden
1781
- by the ' GIT_SSL_CAPATH' environment variable.
1781
+ by the ` GIT_SSL_CAPATH` environment variable.
1782
1782
1783
1783
http.pinnedpubkey::
1784
1784
Public key of the https service. It may either be the filename of
@@ -1798,7 +1798,7 @@ http.sslTry::
1798
1798
1799
1799
http.maxRequests::
1800
1800
How many HTTP requests to launch in parallel. Can be overridden
1801
- by the ' GIT_HTTP_MAX_REQUESTS' environment variable. Default is 5.
1801
+ by the ` GIT_HTTP_MAX_REQUESTS` environment variable. Default is 5.
1802
1802
1803
1803
http.minSessions::
1804
1804
The number of curl sessions (counted across slots) to be kept across
@@ -1817,13 +1817,13 @@ http.postBuffer::
1817
1817
http.lowSpeedLimit, http.lowSpeedTime::
1818
1818
If the HTTP transfer speed is less than 'http.lowSpeedLimit'
1819
1819
for longer than 'http.lowSpeedTime' seconds, the transfer is aborted.
1820
- Can be overridden by the ' GIT_HTTP_LOW_SPEED_LIMIT' and
1821
- ' GIT_HTTP_LOW_SPEED_TIME' environment variables.
1820
+ Can be overridden by the ` GIT_HTTP_LOW_SPEED_LIMIT` and
1821
+ ` GIT_HTTP_LOW_SPEED_TIME` environment variables.
1822
1822
1823
1823
http.noEPSV::
1824
1824
A boolean which disables using of EPSV ftp command by curl.
1825
1825
This can helpful with some "poor" ftp servers which don't
1826
- support EPSV mode. Can be overridden by the ' GIT_CURL_FTP_NO_EPSV'
1826
+ support EPSV mode. Can be overridden by the ` GIT_CURL_FTP_NO_EPSV`
1827
1827
environment variable. Default is false (curl will use EPSV).
1828
1828
1829
1829
http.userAgent::
@@ -1833,7 +1833,7 @@ http.userAgent::
1833
1833
such as Mozilla/4.0. This may be necessary, for instance, if
1834
1834
connecting through a firewall that restricts HTTP connections to a set
1835
1835
of common USER_AGENT strings (but not including those like git/1.7.1).
1836
- Can be overridden by the ' GIT_HTTP_USER_AGENT' environment variable.
1836
+ Can be overridden by the ` GIT_HTTP_USER_AGENT` environment variable.
1837
1837
1838
1838
http.<url>.*::
1839
1839
Any of the http.* options above can be applied selectively to some URLs.
@@ -2630,7 +2630,7 @@ sendemail.identity::
2630
2630
A configuration identity. When given, causes values in the
2631
2631
'sendemail.<identity>' subsection to take precedence over
2632
2632
values in the 'sendemail' section. The default identity is
2633
- the value of ' sendemail.identity' .
2633
+ the value of ` sendemail.identity` .
2634
2634
2635
2635
sendemail.smtpEncryption::
2636
2636
See linkgit:git-send-email[1] for description. Note that this
@@ -2647,7 +2647,7 @@ sendemail.<identity>.*::
2647
2647
Identity-specific versions of the 'sendemail.*' parameters
2648
2648
found below, taking precedence over those when the this
2649
2649
identity is selected, through command-line or
2650
- ' sendemail.identity' .
2650
+ ` sendemail.identity` .
2651
2651
2652
2652
sendemail.aliasesFile::
2653
2653
sendemail.aliasFileType::
@@ -2677,7 +2677,7 @@ sendemail.xmailer::
2677
2677
See linkgit:git-send-email[1] for description.
2678
2678
2679
2679
sendemail.signedoffcc (deprecated)::
2680
- Deprecated alias for ' sendemail.signedoffbycc' .
2680
+ Deprecated alias for ` sendemail.signedoffbycc` .
2681
2681
2682
2682
showbranch.default::
2683
2683
The default set of branches for linkgit:git-show-branch[1].
@@ -2909,17 +2909,17 @@ url.<base>.pushInsteadOf::
2909
2909
2910
2910
user.email::
2911
2911
Your email address to be recorded in any newly created commits.
2912
- Can be overridden by the ' GIT_AUTHOR_EMAIL', ' GIT_COMMITTER_EMAIL' , and
2913
- ' EMAIL' environment variables. See linkgit:git-commit-tree[1].
2912
+ Can be overridden by the ` GIT_AUTHOR_EMAIL`, ` GIT_COMMITTER_EMAIL` , and
2913
+ ` EMAIL` environment variables. See linkgit:git-commit-tree[1].
2914
2914
2915
2915
user.name::
2916
2916
Your full name to be recorded in any newly created commits.
2917
- Can be overridden by the ' GIT_AUTHOR_NAME' and ' GIT_COMMITTER_NAME'
2917
+ Can be overridden by the ` GIT_AUTHOR_NAME` and ` GIT_COMMITTER_NAME`
2918
2918
environment variables. See linkgit:git-commit-tree[1].
2919
2919
2920
2920
user.useConfigOnly::
2921
- Instruct Git to avoid trying to guess defaults for ' user.email'
2922
- and ' user.name' , and instead retrieve the values only from the
2921
+ Instruct Git to avoid trying to guess defaults for ` user.email`
2922
+ and ` user.name` , and instead retrieve the values only from the
2923
2923
configuration. For example, if you have multiple email addresses
2924
2924
and would like to use a different one for each repository, then
2925
2925
with this configuration option set to `true` in the global config
0 commit comments