From ef4b48bd28f59c277159561d50f29a933f55ed64 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 4 Sep 2006 10:08:34 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.4.2-gf2e60 --- git.html | 13 +++++++++++-- git.txt | 11 ++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/git.html b/git.html index dcbe4a6ef..023fb273e 100644 --- a/git.html +++ b/git.html @@ -1603,9 +1603,18 @@ git so take care if using Cogito etc.

- If this variable is set git will print trace: messages on + 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. + 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 / character), git will interpret this + as a file path and will try to write the trace messages + into it.

@@ -2164,7 +2173,7 @@ contributors on the git-list <git@vger.kernel.org>.

diff --git a/git.txt b/git.txt index 76b41c8e3..744c38dee 100644 --- a/git.txt +++ b/git.txt @@ -634,9 +634,18 @@ other This environment variable overrides `$PAGER`. 'GIT_TRACE':: - If this variable is set git will print `trace:` messages on + 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. + 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 '/' character), git will interpret this + as a file path and will try to write the trace messages + into it. Discussion[[Discussion]] ------------------------ -- 2.26.2