]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/config/help.txt
The fifteenth batch
[thirdparty/git.git] / Documentation / config / help.txt
CommitLineData
d3df4270
NTND
1help.browser::
2 Specify the browser that will be used to display help in the
3 'web' format. See linkgit:git-help[1].
4
5help.format::
6 Override the default help format used by linkgit:git-help[1].
7 Values 'man', 'info', 'web' and 'html' are supported. 'man' is
8 the default. 'web' and 'html' are the same.
9
10help.autoCorrect::
644bb953 11 If git detects typos and can identify exactly one valid command similar
dc66e3c7
ABA
12 to the error, git will try to suggest the correct command or even
13 run the suggestion automatically. Possible config values are:
14 - 0 (default): show the suggested command.
15 - positive number: run the suggested command after specified
16deciseconds (0.1 sec).
17 - "immediate": run the suggested command immediately.
18 - "prompt": show the suggestion and prompt for confirmation to run
19the command.
20 - "never": don't run or show any suggested command.
d3df4270
NTND
21
22help.htmlPath::
23 Specify the path where the HTML documentation resides. File system paths
24 and URLs are supported. HTML pages will be prefixed with this path when
25 help is displayed in the 'web' format. This defaults to the documentation
26 path of your Git installation.