Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.txt: Document help.htmlpath config parameter
author
Sebastian Staudt
<koraktor@gmail.com>
Tue, 15 Jan 2013 20:56:21 +0000
(21:56 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Jan 2013 21:08:45 +0000
(13:08 -0800)
Signed-off-by: Sebastian Staudt <koraktor@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
7e20105
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index 122e3c49962481f46239950789a77da5f43a3a0f..351a1fbaaaa9d79eda7e51046b16e31b956926b6 100644
(file)
--- 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.
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
http.proxy::
Override the HTTP proxy, normally configured using the 'http_proxy',
'https_proxy', and 'all_proxy' environment variables (see