From aa88b436774f1ae39e85ce233d994a8e8fb00051 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 4 Sep 2006 10:08:41 +0000 Subject: [PATCH] Autogenerated man pages for v1.4.2-gf2e60 --- man7/git.7 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man7/git.7 b/man7/git.7 index 86d2f019b..e66ec50cd 100755 --- a/man7/git.7 +++ b/man7/git.7 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT" "7" "09/01/2006" "" "" +.TH "GIT" "7" "09/04/2006" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -568,9 +568,11 @@ This environment variable overrides $PAGER. .TP \fIGIT_TRACE\fR -If this variable is set git will print +If this variable is set to "1", "2" or "true" (comparison is case insensitive), git will print trace: -messages on stderr telling about alias expansion, built\-in command execution and external command execution. +messages on stderr telling about alias expansion, built\-in command execution and external command execution. If this variable is set to an integer value greater than 1 and lower than 10 (strictly) then git will interpret this value as an open file descriptor and will try to write the trace messages into this file descriptor. Alternatively, if this variable is set to an absolute path (starting with a +\fI/\fR +character), git will interpret this as a file path and will try to write the trace messages into it. .SH "DISCUSSION" "git" can mean anything, depending on your mood. .sp -- 2.26.2