Merge branch 'en/diffcore-rename'
[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         If git detects typos and can identify exactly one valid command similar
12         to the error, git will automatically run the intended command after
13         waiting a duration of time defined by this configuration value in
14         deciseconds (0.1 sec).  If this value is 0, the suggested corrections
15         will be shown, but not executed. If it is a negative integer, or
16         "immediate", the suggested command
17         is run immediately. If "never", suggestions are not shown at all. The
18         default value is zero.
19
20 help.htmlPath::
21         Specify the path where the HTML documentation resides. File system paths
22         and URLs are supported. HTML pages will be prefixed with this path when
23         help is displayed in the 'web' format. This defaults to the documentation
24         path of your Git installation.