Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-01-29 09:08:22 +0300
committerJunio C Hamano <gitster@pobox.com>2008-01-29 11:49:23 +0300
commit584627b4a6a72a80e51e115d992c731d53acbb4a (patch)
tree4f931587a20d13c7edbb87c3f35dc16f480c396b
parent752527f51396886c4ca11a14bfcecf2167ed4c40 (diff)
Documentation: config: add "browser.<tool>.path".
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 877eda960d..477b2d9138 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -367,6 +367,10 @@ branch.<name>.rebase::
it unless you understand the implications (see linkgit:git-rebase[1]
for details).
+browser.<tool>.path::
+ Override the path for the given tool that may be used to
+ browse HTML help. See '-w' option in linkgit:git-help[1].
+
clean.requireForce::
A boolean to make git-clean do nothing unless given -f
or -n. Defaults to true.