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.
2 parents 6d7c1c8 + b1f809d commit a77133eCopy full SHA for a77133e
Documentation/config.txt
@@ -1351,6 +1351,12 @@ help.autocorrect::
1351
value is 0 - the command will be just shown but not executed.
1352
This is the default.
1353
1354
+help.htmlpath::
1355
+ Specify the path where the HTML documentation resides. File system paths
1356
+ and URLs are supported. HTML pages will be prefixed with this path when
1357
+ help is displayed in the 'web' format. This defaults to the documentation
1358
+ path of your Git installation.
1359
+
1360
http.proxy::
1361
Override the HTTP proxy, normally configured using the 'http_proxy',
1362
'https_proxy', and 'all_proxy' environment variables (see
0 commit comments