]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/config/help.txt
Merge branch 'jk/escaped-wildcard-dwim'
[thirdparty/git.git] / Documentation / config / help.txt
1 help.browser::
2 Specify the browser that will be used to display help in the
3 'web' format. See linkgit:git-help[1].
4
5 help.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
10 help.autoCorrect::
11 Automatically correct and execute mistyped commands after
12 waiting for the given number of deciseconds (0.1 sec). If more
13 than one command can be deduced from the entered text, nothing
14 will be executed. If the value of this option is negative,
15 the corrected command will be executed immediately. If the
16 value is 0 - the command will be just shown but not executed.
17 This is the default.
18
19 help.htmlPath::
20 Specify the path where the HTML documentation resides. File system paths
21 and URLs are supported. HTML pages will be prefixed with this path when
22 help is displayed in the 'web' format. This defaults to the documentation
23 path of your Git installation.