@@ -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
@@ -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.
@@ -508,12 +508,12 @@ color.diff.<slot>::
508508
509509color.interactive::
510510 When set to `always`, always use colors for interactive prompts
511- and displays (such as those used by "git add --interactive").
511+ and displays (such as those used by "git- add --interactive").
512512 When false (or `never`), never. When set to `true` or `auto`, use
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
@@ -568,7 +568,7 @@ diff.external::
568568
569569diff.renameLimit::
570570 The number of files to consider when performing the copy/rename
571- detection; equivalent to the git diff option '-l'.
571+ detection; equivalent to the git- diff option '-l'.
572572
573573diff.renames::
574574 Tells git to detect renames. If set to any boolean value, it
@@ -608,7 +608,7 @@ format.pretty::
608608
609609gc.aggressiveWindow::
610610 The window size parameter used in the delta compression
611- algorithm used by 'git gc --aggressive'. This defaults
611+ algorithm used by 'git- gc --aggressive'. This defaults
612612 to 10.
613613
614614gc.auto::
@@ -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::
@@ -844,7 +844,7 @@ instaweb.port::
844844
845845log.date::
846846 Set default date-time mode for the log command. Setting log.date
847- value is similar to using git log's --date option. The value is one of
847+ value is similar to using git- log's --date option. The value is one of the
848848 following alternatives: {relative,local,default,iso,rfc,short}.
849849 See linkgit:git-log[1].
850850
0 commit comments