summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-18 19:20:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-18 19:20:20 (GMT)
commit264238f7bd160fd4d0949ca27856875910509aaa (patch)
treed4ce2181a112c5e1adb3b1322db6fe2e9978b075
parent55599ac1043672c4dd1cde175a11ca129334b84f (diff)
parentb1f809d0aecd9b0853d728dbc3d4c4e44e235785 (diff)
downloadgit-264238f7bd160fd4d0949ca27856875910509aaa.zip
git-264238f7bd160fd4d0949ca27856875910509aaa.tar.gz
git-264238f7bd160fd4d0949ca27856875910509aaa.tar.bz2
Merge branch 'ss/help-htmlpath-config-doc'
Add missing doc. * ss/help-htmlpath-config-doc: config.txt: Document help.htmlpath config parameter
-rw-r--r--Documentation/config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index d5809e0..ef45c99 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -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