summaryrefslogtreecommitdiff
path: root/Documentation/git-help.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-04-25 06:24:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-04-26 21:33:56 (GMT)
commit7e8114c0683e6ecfd400a5a798ae7e2fc91249fb (patch)
treed4f7974afa13eb74a2a9c0cf114756d95959ae94 /Documentation/git-help.txt
parent7b15f872f23855de59bd06b0ebdbbc47b27b781b (diff)
downloadgit-7e8114c0683e6ecfd400a5a798ae7e2fc91249fb.zip
git-7e8114c0683e6ecfd400a5a798ae7e2fc91249fb.tar.gz
git-7e8114c0683e6ecfd400a5a798ae7e2fc91249fb.tar.bz2
documentation: help: add "man.<tool>.path" config variable
This patch documents the "man.<tool>.path" configuration variable. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-help.txt')
-rw-r--r--Documentation/git-help.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt
index be2ae53..4c6cb21 100644
--- a/Documentation/git-help.txt
+++ b/Documentation/git-help.txt
@@ -104,6 +104,15 @@ DISPLAY is not set) and in that case emacs' woman mode will be tried.
If everything fails the 'man' program will be tried anyway.
+man.<tool>.path
+~~~~~~~~~~~~~~~
+
+You can explicitly provide a full path to your preferred man viewer by
+setting the configuration variable 'man.<tool>.path'. For example, you
+can configure the absolute path to konqueror by setting
+'man.konqueror.path'. Otherwise, 'git help' assumes the tool is
+available in PATH.
+
Note about git config --global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~