@@ -63,7 +63,7 @@ The values following the equals sign in variable assign are all either
6363a string, an integer, or a boolean. Boolean values may be given as yes/no,
64640/1 or true/false. Case is not significant in boolean values, when
6565converting value to the canonical form using '--bool' type specifier;
66- ` git-config` will ensure that the output is "true" or "false".
66+ ' git-config' will ensure that the output is "true" or "false".
6767
6868String values may be entirely or partially enclosed in double quotes.
6969You need to enclose variable value in double quotes if you want to
@@ -356,8 +356,8 @@ core.pager::
356356
357357core.whitespace::
358358 A comma separated list of common whitespace problems to
359- notice. ` git-diff` will use `color.diff.whitespace` to
360- highlight them, and ` git-apply --whitespace=error` will
359+ notice. ' git-diff' will use `color.diff.whitespace` to
360+ highlight them, and ' git-apply --whitespace=error' will
361361 consider them as errors:
362362+
363363* `trailing-space` treats trailing whitespaces at the end of the line
@@ -396,11 +396,11 @@ it will be treated as a shell command. For example, defining
396396"gitk --all --not ORIG_HEAD".
397397
398398apply.whitespace::
399- Tells ` git-apply` how to handle whitespaces, in the same way
399+ Tells ' git-apply' how to handle whitespaces, in the same way
400400 as the '--whitespace' option. See linkgit:git-apply[1].
401401
402402branch.autosetupmerge::
403- Tells ` git-branch` and ` git-checkout` to setup new branches
403+ Tells ' git-branch' and ' git-checkout' to setup new branches
404404 so that linkgit:git-pull[1] will appropriately merge from the
405405 starting point branch. Note that even if this option is not set,
406406 this behavior can be chosen per-branch using the `--track`
@@ -411,7 +411,7 @@ branch.autosetupmerge::
411411 branch. This option defaults to true.
412412
413413branch.autosetuprebase::
414- When a new branch is created with ` git-branch` or ` git-checkout`
414+ When a new branch is created with ' git-branch' or ' git-checkout'
415415 that tracks another branch, this variable tells git to set
416416 up pull to rebase instead of merge (see "branch.<name>.rebase").
417417 When `never`, rebase is never automatically set to true.
@@ -426,20 +426,20 @@ branch.autosetuprebase::
426426 This option defaults to never.
427427
428428branch.<name>.remote::
429- When in branch <name>, it tells ` git-fetch` which remote to fetch.
430- If this option is not given, ` git-fetch` defaults to remote "origin".
429+ When in branch <name>, it tells ' git-fetch' which remote to fetch.
430+ If this option is not given, ' git-fetch' defaults to remote "origin".
431431
432432branch.<name>.merge::
433- When in branch <name>, it tells ` git-fetch` the default
433+ When in branch <name>, it tells ' git-fetch' the default
434434 refspec to be marked for merging in FETCH_HEAD. The value is
435435 handled like the remote part of a refspec, and must match a
436436 ref which is fetched from the remote given by
437437 "branch.<name>.remote".
438- The merge information is used by ` git-pull` (which at first calls
439- ` git-fetch` ) to lookup the default branch for merging. Without
440- this option, ` git-pull` defaults to merge the first refspec fetched.
438+ The merge information is used by ' git-pull' (which at first calls
439+ ' git-fetch' ) to lookup the default branch for merging. Without
440+ this option, ' git-pull' defaults to merge the first refspec fetched.
441441 Specify multiple values to get an octopus merge.
442- If you wish to setup ` git-pull` so that it merges into <name> from
442+ If you wish to setup ' git-pull' so that it merges into <name> from
443443 another branch in the local repository, you can point
444444 branch.<name>.merge to the desired branch, and use the special setting
445445 `.` (a period) for branch.<name>.remote.
@@ -513,7 +513,7 @@ color.interactive::
513513 colors only when the output is to the terminal. Defaults to false.
514514
515515color.interactive.<slot>::
516- Use customized color for ` git-add --interactive`
516+ Use customized color for ' git-add --interactive'
517517 output. `<slot>` may be `prompt`, `header`, or `help`, for
518518 three distinct types of normal output from interactive
519519 programs. The values of these variables may be specified as
@@ -550,14 +550,14 @@ color.ui::
550550 take precedence over this setting. Defaults to false.
551551
552552diff.autorefreshindex::
553- When using ` git-diff` to compare with work tree
553+ When using ' git-diff' to compare with work tree
554554 files, do not consider stat-only change as changed.
555555 Instead, silently run `git update-index --refresh` to
556556 update the cached stat information for paths whose
557557 contents in the work tree match the contents in the
558558 index. This option defaults to true. Note that this
559- affects only ` git-diff` Porcelain, and not lower level
560- `diff` commands, such as ` git-diff-files` .
559+ affects only ' git-diff' Porcelain, and not lower level
560+ `diff` commands, such as ' git-diff-files' .
561561
562562diff.external::
563563 If this config variable is set, diff generation is not
@@ -625,37 +625,37 @@ gc.autopacklimit::
625625 default value is 50. Setting this to 0 disables it.
626626
627627gc.packrefs::
628- ` git-gc` does not run `git pack-refs` in a bare repository by
628+ ' git-gc' does not run `git pack-refs` in a bare repository by
629629 default so that older dumb-transport clients can still fetch
630- from the repository. Setting this to `true` lets ` git-gc`
630+ from the repository. Setting this to `true` lets ' git-gc'
631631 to run `git pack-refs`. Setting this to `false` tells
632- ` git-gc` never to run `git pack-refs`. The default setting is
632+ ' git-gc' never to run `git pack-refs`. The default setting is
633633 `notbare`. Enable it only when you know you do not have to
634634 support such clients. The default setting will change to `true`
635635 at some stage, and setting this to `false` will continue to
636- prevent `git pack-refs` from being run from ` git-gc` .
636+ prevent `git pack-refs` from being run from ' git-gc' .
637637
638638gc.pruneexpire::
639- When ` git-gc` is run, it will call `prune --expire 2.weeks.ago`.
639+ When ' git-gc' is run, it will call `prune --expire 2.weeks.ago`.
640640 Override the grace period with this config variable.
641641
642642gc.reflogexpire::
643- ` git-reflog expire` removes reflog entries older than
643+ ' git-reflog expire' removes reflog entries older than
644644 this time; defaults to 90 days.
645645
646646gc.reflogexpireunreachable::
647- ` git-reflog expire` removes reflog entries older than
647+ ' git-reflog expire' removes reflog entries older than
648648 this time and are not reachable from the current tip;
649649 defaults to 30 days.
650650
651651gc.rerereresolved::
652652 Records of conflicted merge you resolved earlier are
653- kept for this many days when ` git-rerere gc` is run.
653+ kept for this many days when ' git-rerere gc' is run.
654654 The default is 60 days. See linkgit:git-rerere[1].
655655
656656gc.rerereunresolved::
657657 Records of conflicted merge you have not resolved are
658- kept for this many days when ` git-rerere gc` is run.
658+ kept for this many days when ' git-rerere gc' is run.
659659 The default is 15 days. See linkgit:git-rerere[1].
660660
661661rerere.enabled::
@@ -821,7 +821,7 @@ i18n.commitEncoding::
821821
822822i18n.logOutputEncoding::
823823 Character encoding the commit messages are converted to when
824- running ` git-log` and friends.
824+ running ' git-log' and friends.
825825
826826instaweb.browser::
827827 Specify the program that will be used to browse your working
0 commit comments