From: Sebastian Staudt Date: Tue, 15 Jan 2013 20:56:21 +0000 (+0100) Subject: config.txt: Document help.htmlpath config parameter X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b1f809d0aecd9b0853d728dbc3d4c4e44e235785;p=git.git config.txt: Document help.htmlpath config parameter Signed-off-by: Sebastian Staudt Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 122e3c499..351a1fbaa 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1348,6 +1348,12 @@ help.autocorrect:: value is 0 - the command will be just shown but not executed. This is the default. +help.htmlpath:: + Specify the path where the HTML documentation resides. File system paths + and URLs are supported. HTML pages will be prefixed with this path when + help is displayed in the 'web' format. This defaults to the documentation + path of your Git installation. + http.proxy:: Override the HTTP proxy, normally configured using the 'http_proxy', 'https_proxy', and 'all_proxy' environment variables (see