From: Christian Couder Date: Tue, 29 Jan 2008 06:08:22 +0000 (+0100) Subject: Documentation: config: add "browser..path". X-Git-Tag: v1.5.4~18 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=584627b4a6a72a80e51e115d992c731d53acbb4a;p=git.git Documentation: config: add "browser..path". Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 877eda960..477b2d913 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.