summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1bbb2cf)
raw | patch | inline | side by side (parent: 1bbb2cf)
author | Christian Couder <chriscool@tuxfamily.org> | |
Sun, 3 Sep 2006 15:32:24 +0000 (17:32 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 3 Sep 2006 21:18:55 +0000 (14:18 -0700) |
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git.txt | patch | blob | history |
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 76b41c8e34d4c9c5a155dd9ff1bbbc81984dcafc..744c38dee3c1835bb5e0ace4834547e6113e3bda 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
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]]
------------------------