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 55599ac + b1f809d commit 264238fCopy full SHA for 264238f
Documentation/config.txt
@@ -1361,6 +1361,12 @@ help.autocorrect::
1361
value is 0 - the command will be just shown but not executed.
1362
This is the default.
1363
1364
+help.htmlpath::
1365
+ Specify the path where the HTML documentation resides. File system paths
1366
+ and URLs are supported. HTML pages will be prefixed with this path when
1367
+ help is displayed in the 'web' format. This defaults to the documentation
1368
+ path of your Git installation.
1369
+
1370
http.proxy::
1371
Override the HTTP proxy, normally configured using the 'http_proxy',
1372
'https_proxy', and 'all_proxy' environment variables (see
0 commit comments