We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e20105 commit b1f809dCopy full SHA for b1f809d
Documentation/config.txt
@@ -1348,6 +1348,12 @@ help.autocorrect::
1348
value is 0 - the command will be just shown but not executed.
1349
This is the default.
1350
1351
+help.htmlpath::
1352
+ Specify the path where the HTML documentation resides. File system paths
1353
+ and URLs are supported. HTML pages will be prefixed with this path when
1354
+ help is displayed in the 'web' format. This defaults to the documentation
1355
+ path of your Git installation.
1356
+
1357
http.proxy::
1358
Override the HTTP proxy, normally configured using the 'http_proxy',
1359
'https_proxy', and 'all_proxy' environment variables (see
0 commit comments