@@ -434,7 +434,7 @@ core.gitProxy::
434434 may be set multiple times and is matched in the given order;
435435 the first match wins.
436436+
437- Can be overridden by the ' GIT_PROXY_COMMAND' environment variable
437+ Can be overridden by the ` GIT_PROXY_COMMAND` environment variable
438438(which always applies universally, without the special "for"
439439handling).
440440+
@@ -478,9 +478,9 @@ false), while all other repositories are assumed to be bare (bare
478478
479479core.worktree::
480480 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
482482 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
484484 variable and the '--work-tree' command-line option.
485485 The value can be an absolute path or relative to the path to
486486 the .git directory, which is either specified by --git-dir
@@ -545,7 +545,7 @@ core.compression::
545545 -1 is the zlib default. 0 means no compression,
546546 and 1..9 are various speed/size tradeoffs, 9 being slowest.
547547 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` .
549549
550550core.looseCompression::
551551 An integer -1..9, indicating the compression level for objects that
@@ -619,9 +619,9 @@ core.excludesFile::
619619core.askPass::
620620 Some commands (e.g. svn and http interfaces) that interactively
621621 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`
623623 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
625625 prompt. The external program shall be given a suitable prompt as
626626 command-line argument and write the password on its STDOUT.
627627
@@ -764,7 +764,7 @@ core.notesRef::
764764 notes should be printed.
765765+
766766This 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].
768768
769769core.sparseCheckout::
770770 Enable "sparse checkout" feature. See section "Sparse checkout" in
@@ -800,7 +800,7 @@ it will be treated as a shell command. For example, defining
800800"gitk --all --not ORIG_HEAD". Note that shell commands will be
801801executed from the top-level directory of a repository, which may
802802not 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'
804804from the original current directory. See linkgit:git-rev-parse[1].
805805
806806am.keepcr::
@@ -1435,18 +1435,18 @@ gitcvs.usecrlfattr::
14351435 treat it as text. If they suppress text conversion, the file
14361436 will be set with '-kb' mode, which suppresses any newline munging
14371437 the client might otherwise do. If the attributes do not allow
1438- the file type to be determined, then ' gitcvs.allBinary' is
1438+ the file type to be determined, then ` gitcvs.allBinary` is
14391439 used. See linkgit:gitattributes[5].
14401440
14411441gitcvs.allBinary::
1442- This is used if ' gitcvs.usecrlfattr' does not resolve
1442+ This is used if ` gitcvs.usecrlfattr` does not resolve
14431443 the correct '-kb' mode to use. If true, all
14441444 unresolved files are sent to the client in
14451445 mode '-kb'. This causes the client to treat them
14461446 as binary files, which suppresses any newline munging it
14471447 otherwise might do. Alternatively, if it is set to "guess",
14481448 then the contents of the file are examined to decide if
1449- it is binary, similar to ' core.autocrlf' .
1449+ it is binary, similar to ` core.autocrlf` .
14501450
14511451gitcvs.dbName::
14521452 Database used by git-cvsserver to cache revision information
@@ -1465,7 +1465,7 @@ gitcvs.dbDriver::
14651465 See linkgit:git-cvsserver[1].
14661466
14671467gitcvs.dbUser, gitcvs.dbPass::
1468- Database user and password. Only useful if setting ' gitcvs.dbDriver' ,
1468+ Database user and password. Only useful if setting ` gitcvs.dbDriver` ,
14691469 since SQLite has no concept of database users and/or passwords.
14701470 'gitcvs.dbUser' supports variable substitution (see
14711471 linkgit:git-cvsserver[1] for details).
@@ -1477,8 +1477,8 @@ gitcvs.dbTableNamePrefix::
14771477 linkgit:git-cvsserver[1] for details). Any non-alphabetic
14781478 characters will be replaced with underscores.
14791479
1480- All gitcvs variables except for ' gitcvs.usecrlfattr' and
1481- ' gitcvs.allBinary' can also be specified as
1480+ All gitcvs variables except for ` gitcvs.usecrlfattr` and
1481+ ` gitcvs.allBinary` can also be specified as
14821482'gitcvs.<access_method>.<varname>' (where 'access_method'
14831483is one of "ext" and "pserver") to make them apply only for the given
14841484access method.
@@ -1511,7 +1511,7 @@ grep.patternType::
15111511
15121512grep.extendedRegexp::
15131513 If set to true, enable '--extended-regexp' option by default. This
1514- option is ignored when the ' grep.patternType' option is set to a value
1514+ option is ignored when the ` grep.patternType` option is set to a value
15151515 other than 'default'.
15161516
15171517grep.threads::
@@ -1596,7 +1596,7 @@ guitool.<name>.cmd::
15961596 of the linkgit:git-gui[1] `Tools` menu is invoked. This option is
15971597 mandatory for every tool. The command is executed from the root of
15981598 the working directory, and in the environment it receives the name of
1599- the tool as ' GIT_GUITOOL' , the name of the currently selected file as
1599+ the tool as ` GIT_GUITOOL` , the name of the currently selected file as
16001600 'FILENAME', and the name of the current branch as 'CUR_BRANCH' (if
16011601 the head is detached, 'CUR_BRANCH' is empty).
16021602
@@ -1617,15 +1617,15 @@ guitool.<name>.confirm::
16171617
16181618guitool.<name>.argPrompt::
16191619 Request a string argument from the user, and pass it to the tool
1620- through the ' ARGS' environment variable. Since requesting an
1620+ through the ` ARGS` environment variable. Since requesting an
16211621 argument implies confirmation, the 'confirm' option has no effect
16221622 if this is enabled. If the option is set to 'true', 'yes', or '1',
16231623 the dialog uses a built-in generic prompt; otherwise the exact
16241624 value of the variable is used.
16251625
16261626guitool.<name>.revPrompt::
16271627 Request a single valid revision from the user, and set the
1628- ' REVISION' environment variable. In other aspects this option
1628+ ` REVISION` environment variable. In other aspects this option
16291629 is similar to 'argPrompt', and can be used together with it.
16301630
16311631guitool.<name>.revUnmerged::
@@ -1681,7 +1681,7 @@ http.proxyAuthMethod::
16811681 only takes effect if the configured proxy string contains a user name part
16821682 (i.e. is of the form 'user@host' or 'user@host:port'). This can be
16831683 overridden on a per-remote basis; see `remote.<name>.proxyAuthMethod`.
1684- Both can be overridden by the ' GIT_HTTP_PROXY_AUTHMETHOD' environment
1684+ Both can be overridden by the ` GIT_HTTP_PROXY_AUTHMETHOD` environment
16851685 variable. Possible values are:
16861686+
16871687--
@@ -1740,9 +1740,9 @@ http.sslVersion::
17401740 - tlsv1.2
17411741
17421742+
1743- Can be overridden by the ' GIT_SSL_VERSION' environment variable.
1743+ Can be overridden by the ` GIT_SSL_VERSION` environment variable.
17441744To force git to use libcurl's default ssl version and ignore any
1745- explicit http.sslversion option, set ' GIT_SSL_VERSION' to the
1745+ explicit http.sslversion option, set ` GIT_SSL_VERSION` to the
17461746empty string.
17471747
17481748http.sslCipherList::
@@ -1753,41 +1753,41 @@ http.sslCipherList::
17531753 option; see the libcurl documentation for more details on the format
17541754 of this list.
17551755+
1756- Can be overridden by the ' GIT_SSL_CIPHER_LIST' environment variable.
1756+ Can be overridden by the ` GIT_SSL_CIPHER_LIST` environment variable.
17571757To force git to use libcurl's default cipher list and ignore any
1758- explicit http.sslCipherList option, set ' GIT_SSL_CIPHER_LIST' to the
1758+ explicit http.sslCipherList option, set ` GIT_SSL_CIPHER_LIST` to the
17591759empty string.
17601760
17611761http.sslVerify::
17621762 Whether to verify the SSL certificate when fetching or pushing
1763- over HTTPS. Can be overridden by the ' GIT_SSL_NO_VERIFY' environment
1763+ over HTTPS. Can be overridden by the ` GIT_SSL_NO_VERIFY` environment
17641764 variable.
17651765
17661766http.sslCert::
17671767 File containing the SSL certificate when fetching or pushing
1768- over HTTPS. Can be overridden by the ' GIT_SSL_CERT' environment
1768+ over HTTPS. Can be overridden by the ` GIT_SSL_CERT` environment
17691769 variable.
17701770
17711771http.sslKey::
17721772 File containing the SSL private key when fetching or pushing
1773- over HTTPS. Can be overridden by the ' GIT_SSL_KEY' environment
1773+ over HTTPS. Can be overridden by the ` GIT_SSL_KEY` environment
17741774 variable.
17751775
17761776http.sslCertPasswordProtected::
17771777 Enable Git's password prompt for the SSL certificate. Otherwise
17781778 OpenSSL will prompt the user, possibly many times, if the
17791779 certificate or private key is encrypted. Can be overridden by the
1780- ' GIT_SSL_CERT_PASSWORD_PROTECTED' environment variable.
1780+ ` GIT_SSL_CERT_PASSWORD_PROTECTED` environment variable.
17811781
17821782http.sslCAInfo::
17831783 File containing the certificates to verify the peer with when
17841784 fetching or pushing over HTTPS. Can be overridden by the
1785- ' GIT_SSL_CAINFO' environment variable.
1785+ ` GIT_SSL_CAINFO` environment variable.
17861786
17871787http.sslCAPath::
17881788 Path containing files with the CA certificates to verify the peer
17891789 with when fetching or pushing over HTTPS. Can be overridden
1790- by the ' GIT_SSL_CAPATH' environment variable.
1790+ by the ` GIT_SSL_CAPATH` environment variable.
17911791
17921792http.pinnedpubkey::
17931793 Public key of the https service. It may either be the filename of
@@ -1807,7 +1807,7 @@ http.sslTry::
18071807
18081808http.maxRequests::
18091809 How many HTTP requests to launch in parallel. Can be overridden
1810- by the ' GIT_HTTP_MAX_REQUESTS' environment variable. Default is 5.
1810+ by the ` GIT_HTTP_MAX_REQUESTS` environment variable. Default is 5.
18111811
18121812http.minSessions::
18131813 The number of curl sessions (counted across slots) to be kept across
@@ -1826,13 +1826,13 @@ http.postBuffer::
18261826http.lowSpeedLimit, http.lowSpeedTime::
18271827 If the HTTP transfer speed is less than 'http.lowSpeedLimit'
18281828 for longer than 'http.lowSpeedTime' seconds, the transfer is aborted.
1829- Can be overridden by the ' GIT_HTTP_LOW_SPEED_LIMIT' and
1830- ' GIT_HTTP_LOW_SPEED_TIME' environment variables.
1829+ Can be overridden by the ` GIT_HTTP_LOW_SPEED_LIMIT` and
1830+ ` GIT_HTTP_LOW_SPEED_TIME` environment variables.
18311831
18321832http.noEPSV::
18331833 A boolean which disables using of EPSV ftp command by curl.
18341834 This can helpful with some "poor" ftp servers which don't
1835- support EPSV mode. Can be overridden by the ' GIT_CURL_FTP_NO_EPSV'
1835+ support EPSV mode. Can be overridden by the ` GIT_CURL_FTP_NO_EPSV`
18361836 environment variable. Default is false (curl will use EPSV).
18371837
18381838http.userAgent::
@@ -1842,7 +1842,7 @@ http.userAgent::
18421842 such as Mozilla/4.0. This may be necessary, for instance, if
18431843 connecting through a firewall that restricts HTTP connections to a set
18441844 of common USER_AGENT strings (but not including those like git/1.7.1).
1845- Can be overridden by the ' GIT_HTTP_USER_AGENT' environment variable.
1845+ Can be overridden by the ` GIT_HTTP_USER_AGENT` environment variable.
18461846
18471847http.<url>.*::
18481848 Any of the http.* options above can be applied selectively to some URLs.
@@ -2639,7 +2639,7 @@ sendemail.identity::
26392639 A configuration identity. When given, causes values in the
26402640 'sendemail.<identity>' subsection to take precedence over
26412641 values in the 'sendemail' section. The default identity is
2642- the value of ' sendemail.identity' .
2642+ the value of ` sendemail.identity` .
26432643
26442644sendemail.smtpEncryption::
26452645 See linkgit:git-send-email[1] for description. Note that this
@@ -2656,7 +2656,7 @@ sendemail.<identity>.*::
26562656 Identity-specific versions of the 'sendemail.*' parameters
26572657 found below, taking precedence over those when the this
26582658 identity is selected, through command-line or
2659- ' sendemail.identity' .
2659+ ` sendemail.identity` .
26602660
26612661sendemail.aliasesFile::
26622662sendemail.aliasFileType::
@@ -2686,7 +2686,7 @@ sendemail.xmailer::
26862686 See linkgit:git-send-email[1] for description.
26872687
26882688sendemail.signedoffcc (deprecated)::
2689- Deprecated alias for ' sendemail.signedoffbycc' .
2689+ Deprecated alias for ` sendemail.signedoffbycc` .
26902690
26912691showbranch.default::
26922692 The default set of branches for linkgit:git-show-branch[1].
@@ -2918,17 +2918,17 @@ url.<base>.pushInsteadOf::
29182918
29192919user.email::
29202920 Your email address to be recorded in any newly created commits.
2921- Can be overridden by the ' GIT_AUTHOR_EMAIL', ' GIT_COMMITTER_EMAIL' , and
2922- ' EMAIL' environment variables. See linkgit:git-commit-tree[1].
2921+ Can be overridden by the ` GIT_AUTHOR_EMAIL`, ` GIT_COMMITTER_EMAIL` , and
2922+ ` EMAIL` environment variables. See linkgit:git-commit-tree[1].
29232923
29242924user.name::
29252925 Your full name to be recorded in any newly created commits.
2926- Can be overridden by the ' GIT_AUTHOR_NAME' and ' GIT_COMMITTER_NAME'
2926+ Can be overridden by the ` GIT_AUTHOR_NAME` and ` GIT_COMMITTER_NAME`
29272927 environment variables. See linkgit:git-commit-tree[1].
29282928
29292929user.useConfigOnly::
2930- Instruct Git to avoid trying to guess defaults for ' user.email'
2931- and ' user.name' , and instead retrieve the values only from the
2930+ Instruct Git to avoid trying to guess defaults for ` user.email`
2931+ and ` user.name` , and instead retrieve the values only from the
29322932 configuration. For example, if you have multiple email addresses
29332933 and would like to use a different one for each repository, then
29342934 with this configuration option set to `true` in the global config
0 commit comments