From 584627b4a6a72a80e51e115d992c731d53acbb4a Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Tue, 29 Jan 2008 07:08:22 +0100 Subject: [PATCH] Documentation: config: add "browser..path". Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- Documentation/config.txt | 4 ++++ 1 file changed, 4 insertions(+) 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..rebase:: it unless you understand the implications (see linkgit:git-rebase[1] for details). +browser..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. -- 2.11.4.GIT