diff --relative: output paths as relative to the current subdirectory
[gitweb.git] / Documentation / config.txt
index 877eda960d5964b4c036433899977cf47f17846b..4e222f15a5b2b84eb5d55bc79c605510bd89b7b6 100644 (file)
@@ -367,6 +367,11 @@ 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]) or a
+       working repository in gitweb (see linkgit:git-instaweb[1]).
+
 clean.requireForce::
        A boolean to make git-clean do nothing unless given -f
        or -n.   Defaults to true.