Sync with 'maint'
[git.git] / Documentation / config / help.txt
blob610701f9a3745e0253edf64a65ef1e313eec6660
1 help.browser::
2         Specify the browser that will be used to display help in the
3         'web' format. See linkgit:git-help[1].
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.
10 help.autoCorrect::
11         If git detects typos and can identify exactly one valid command similar
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
16 deciseconds (0.1 sec).
17          - "immediate": run the suggested command immediately.
18          - "prompt": show the suggestion and prompt for confirmation to run
19 the command.
20          - "never": don't run or show any suggested command.
22 help.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.