Merge branch 'ss/help-htmlpath-config-doc'
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2013 19:20:20 +0000 (11:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2013 19:20:20 +0000 (11:20 -0800)
Add missing doc.

* ss/help-htmlpath-config-doc:
config.txt: Document help.htmlpath config parameter

Documentation/config.txt
index d5809e0e8c4dca414a863cfd019a6f8860c46c4d..ef45c99e53ed0b835b70f52346c2937379011918 100644 (file)
@@ -1361,6 +1361,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