diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-04-25 08:25:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-26 14:34:49 -0700 |
commit | 0bb64009586b7fd674b1c3238f041b61c5d03f91 (patch) | |
tree | 9da5af9bf4fb3996a11053985d21266cf5b5f463 /Documentation/config.txt | |
parent | a26a06afed783cb7cf7207c1bcb2d1781d623d1e (diff) | |
download | git-0bb64009586b7fd674b1c3238f041b61c5d03f91.tar.gz |
documentation: help: add info about "man.<tool>.cmd" config var
This patch also describes the current behavior for "konqueror" and
how to modify it using "man.<tool>.cmd" if needed.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 138ba9ad8f..3b65c07517 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -805,6 +805,11 @@ merge.<driver>.recursive:: performing an internal merge between common ancestors. See linkgit:gitattributes[5] for details. +man.<tool>.cmd:: + Specify the command to invoke the specified man viewer. The + specified command is evaluated in shell with the man page + passed as argument. (See linkgit:git-help[1].) + man.<tool>.path:: Override the path for the given tool that may be used to display help in the 'man' format. See linkgit:git-help[1]. |