@@ -140,7 +140,7 @@ boolean::
140140 false;; Boolean false can be spelled as `no`, `off`,
141141 `false`, or `0`.
142142+
143- When converting value to the canonical form using ' --bool' type
143+ When converting value to the canonical form using ` --bool` type
144144specifier; 'git config' will ensure that the output is "true" or
145145"false" (spelled in lowercase).
146146
@@ -481,7 +481,7 @@ core.worktree::
481481 If `GIT_COMMON_DIR` environment variable is set, core.worktree
482482 is ignored and not used for determining the root of working tree.
483483 This can be overridden by the `GIT_WORK_TREE` environment
484- variable and the ' --work-tree' command-line option.
484+ 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
487487 or GIT_DIR, or automatically discovered.
@@ -762,7 +762,7 @@ core.abbrev::
762762add.ignoreErrors::
763763add.ignore-errors (deprecated)::
764764 Tells 'git add' to continue adding files when some files cannot be
765- added due to indexing errors. Equivalent to the ' --ignore-errors'
765+ added due to indexing errors. Equivalent to the ` --ignore-errors`
766766 option of linkgit:git-add[1]. `add.ignore-errors` is deprecated,
767767 as it does not follow the usual naming convention for configuration
768768 variables.
@@ -788,9 +788,9 @@ from the original current directory. See linkgit:git-rev-parse[1].
788788
789789am.keepcr::
790790 If true, git-am will call git-mailsplit for patches in mbox format
791- with parameter ' --keep-cr' . In this case git-mailsplit will
791+ with parameter ` --keep-cr` . In this case git-mailsplit will
792792 not remove `\r` from lines ending with `\r\n`. Can be overridden
793- by giving ' --no-keep-cr' from the command line.
793+ by giving ` --no-keep-cr` from the command line.
794794 See linkgit:git-am[1], linkgit:git-mailsplit[1].
795795
796796am.threeWay::
@@ -803,15 +803,15 @@ am.threeWay::
803803
804804apply.ignoreWhitespace::
805805 When set to 'change', tells 'git apply' to ignore changes in
806- whitespace, in the same way as the ' --ignore-space-change'
806+ whitespace, in the same way as the ` --ignore-space-change`
807807 option.
808808 When set to one of: no, none, never, false tells 'git apply' to
809809 respect all whitespace differences.
810810 See linkgit:git-apply[1].
811811
812812apply.whitespace::
813813 Tells 'git apply' how to handle whitespaces, in the same way
814- as the ' --whitespace' option. See linkgit:git-apply[1].
814+ as the ` --whitespace` option. See linkgit:git-apply[1].
815815
816816branch.autoSetupMerge::
817817 Tells 'git branch' and 'git checkout' to set up new branches
@@ -1470,12 +1470,12 @@ grep.lineNumber::
14701470
14711471grep.patternType::
14721472 Set the default matching behavior. Using a value of 'basic', 'extended',
1473- 'fixed', or 'perl' will enable the ' --basic-regexp', ' --extended-regexp' ,
1474- ' --fixed-strings' , or ' --perl-regexp' option accordingly, while the
1473+ 'fixed', or 'perl' will enable the ` --basic-regexp`, ` --extended-regexp` ,
1474+ ` --fixed-strings` , or ` --perl-regexp` option accordingly, while the
14751475 value 'default' will return to the default matching behavior.
14761476
14771477grep.extendedRegexp::
1478- If set to true, enable ' --extended-regexp' option by default. This
1478+ If set to true, enable ` --extended-regexp` option by default. This
14791479 option is ignored when the `grep.patternType` option is set to a value
14801480 other than 'default'.
14811481
@@ -1916,7 +1916,7 @@ log.decorate::
19161916 command. If 'short' is specified, the ref name prefixes 'refs/heads/',
19171917 'refs/tags/' and 'refs/remotes/' will not be printed. If 'full' is
19181918 specified, the full ref name (including prefix) will be printed.
1919- This is the same as the log commands ' --decorate' option.
1919+ This is the same as the log commands ` --decorate` option.
19201920
19211921log.follow::
19221922 If `true`, `git log` will act as if the `--follow` option was used when
@@ -2298,16 +2298,16 @@ new default).
22982298--
22992299
23002300push.followTags::
2301- If set to true enable ' --follow-tags' option by default. You
2301+ If set to true enable ` --follow-tags` option by default. You
23022302 may override this configuration at time of push by specifying
2303- ' --no-follow-tags' .
2303+ ` --no-follow-tags` .
23042304
23052305push.gpgSign::
23062306 May be set to a boolean value, or the string 'if-asked'. A true
2307- value causes all pushes to be GPG signed, as if ' --signed' is
2307+ value causes all pushes to be GPG signed, as if ` --signed` is
23082308 passed to linkgit:git-push[1]. The string 'if-asked' causes
23092309 pushes to be signed if the server supports it, as if
2310- ' --signed=if-asked' is passed to 'git push'. A false value may
2310+ ` --signed=if-asked` is passed to 'git push'. A false value may
23112311 override a value from a lower-priority config file. An explicit
23122312 command-line flag always overrides this config option.
23132313
@@ -2330,7 +2330,7 @@ rebase.stat::
23302330 rebase. False by default.
23312331
23322332rebase.autoSquash::
2333- If set to true enable ' --autosquash' option by default.
2333+ If set to true enable ` --autosquash` option by default.
23342334
23352335rebase.autoStash::
23362336 When set to true, automatically create a temporary stash
0 commit comments