Autogenerated HTML docs for v1.4.2-gf2e60
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 4 Sep 2006 10:08:34 +0000 (10:08 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 4 Sep 2006 10:08:34 +0000 (10:08 +0000)
git.html
git.txt

index dcbe4a6efeec287b19bb5e4b9c9e8f5a4bba17ce..023fb273e8e185882a642c27f78a81d0a2ee341a 100644 (file)
--- a/git.html
+++ b/git.html
@@ -1603,9 +1603,18 @@ git so take care if using Cogito etc.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        If this variable is set git will print <tt>trace:</tt> messages on\r
+        If this variable is set to "1", "2" or "true" (comparison\r
+        is case insensitive), git will print <tt>trace:</tt> messages on\r
         stderr telling about alias expansion, built-in command\r
         execution and external command execution.\r
+        If this variable is set to an integer value greater than 1\r
+        and lower than 10 (strictly) then git will interpret this\r
+        value as an open file descriptor and will try to write the\r
+        trace messages into this file descriptor.\r
+        Alternatively, if this variable is set to an absolute path\r
+        (starting with a <em>/</em> character), git will interpret this\r
+        as a file path and will try to write the trace messages\r
+        into it.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -2164,7 +2173,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 01-Sep-2006 08:24:58 UTC\r
+Last updated 04-Sep-2006 10:08:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index 76b41c8e34d4c9c5a155dd9ff1bbbc81984dcafc..744c38dee3c1835bb5e0ace4834547e6113e3bda 100644 (file)
--- 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]]
 ------------------------