Skip to content

Commit b1f809d

Browse files
koraktorgitster
authored andcommitted
config.txt: Document help.htmlpath config parameter
Signed-off-by: Sebastian Staudt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7e20105 commit b1f809d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/config.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,12 @@ help.autocorrect::
13481348
value is 0 - the command will be just shown but not executed.
13491349
This is the default.
13501350

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+
13511357
http.proxy::
13521358
Override the HTTP proxy, normally configured using the 'http_proxy',
13531359
'https_proxy', and 'all_proxy' environment variables (see

0 commit comments

Comments
 (0)