Merge branch 'ss/help-htmlpath-config-doc'

Add missing doc.

* ss/help-htmlpath-config-doc:
  config.txt: Document help.htmlpath config parameter
maint
Junio C Hamano 2013-01-18 11:20:20 -08:00
commit 264238f7bd
1 changed files with 6 additions and 0 deletions

View 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