From b5578f333595e40cb843461e685c887ad2d01e5c Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Fri, 7 Mar 2008 08:46:55 +0100 Subject: Documentation: help: describe 'man.viewer' config variable Signed-off-by: Christian Couder Tested-by: Xavier Maillard Signed-off-by: Junio C Hamano --- Documentation/config.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation/config.txt') diff --git a/Documentation/config.txt b/Documentation/config.txt index c5e094a9c..d2f2d673a 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -748,6 +748,10 @@ log.showroot:: Tools like linkgit:git-log[1] or linkgit:git-whatchanged[1], which normally hide the root commit will now show it. True by default. +man.viewer:: + Specify the program that will be used to display help in the + 'man' format. See linkgit:git-help[1]. + merge.summary:: Whether to include summaries of merged commits in newly created merge commit messages. False by default. -- cgit v1.2.1 From b8322ea83bc23499a2cef883d051859eb79fef25 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Thu, 13 Mar 2008 06:48:46 +0100 Subject: Documentation: help: explain 'man.viewer' multiple values Also add titles to paragraphs under "CONFIGURATION VARIABLES". Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/config.txt') diff --git a/Documentation/config.txt b/Documentation/config.txt index d2f2d673a..ae1486da3 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -749,7 +749,7 @@ log.showroot:: normally hide the root commit will now show it. True by default. man.viewer:: - Specify the program that will be used to display help in the + Specify the programs that may be used to display help in the 'man' format. See linkgit:git-help[1]. merge.summary:: -- cgit v1.2.1