summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-07-22 12:39:51 -0700
committerJunio C Hamano <gitster@pobox.com>2014-07-22 12:39:51 -0700
commitdbe510515297d8d56e909741183ce54b1c4bcb58 (patch)
tree088578904e3064076890e519696abfbb1da5c174 /git.html
parent6f0c94493349d73a72712d42830dd811d99dcd1a (diff)
downloadgit-htmldocs-dbe510515297d8d56e909741183ce54b1c4bcb58.tar.gz
Autogenerated HTML docs for v2.0.2-731-g247b4
Diffstat (limited to 'git.html')
-rw-r--r--git.html74
1 files changed, 54 insertions, 20 deletions
diff --git a/git.html b/git.html
index ae1bca466..d114d8edf 100644
--- a/git.html
+++ b/git.html
@@ -2673,30 +2673,33 @@ for further details.</p></div>
</dt>
<dd>
<p>
- If this variable is set to "1", "2" or "true" (comparison
- is case insensitive), Git will print <tt>trace:</tt> 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 <em>/</em> character), Git will interpret this
- as a file path and will try to write the trace messages
- into it.
-</p>
+ Enables general trace messages, e.g. alias expansion, built-in
+ command execution and external command execution.
+</p>
+<div class="paragraph"><p>If this variable is set to "1", "2" or "true" (comparison
+is case insensitive), trace messages will be printed to
+stderr.</p></div>
+<div class="paragraph"><p>If the variable is set to an integer value greater than 2
+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.</p></div>
+<div class="paragraph"><p>Alternatively, if the variable is set to an absolute path
+(starting with a <em>/</em> character), Git will interpret this
+as a file path and will try to write the trace messages
+into it.</p></div>
+<div class="paragraph"><p>Unsetting the variable, or setting it to empty, "0" or
+"false" (case insensitive) disables trace messages.</p></div>
</dd>
<dt class="hdlist1">
<em>GIT_TRACE_PACK_ACCESS</em>
</dt>
<dd>
<p>
- If this variable is set to a path, a file will be created at
- the given path logging all accesses to any packs. For each
+ Enables trace messages for all accesses to any packs. For each
access, the pack file name and an offset in the pack is
recorded. This may be helpful for troubleshooting some
pack-related performance problems.
+ See <em>GIT_TRACE</em> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
@@ -2704,10 +2707,41 @@ for further details.</p></div>
</dt>
<dd>
<p>
- If this variable is set, it shows a trace of all packets
- coming in or out of a given program. This can help with
- debugging object negotiation or other protocol issues. Tracing
- is turned off at a packet starting with "PACK".
+ Enables trace messages for all packets coming in or out of a
+ given program. This can help with debugging object negotiation
+ or other protocol issues. Tracing is turned off at a packet
+ starting with "PACK".
+ See <em>GIT_TRACE</em> for available trace output options.
+</p>
+</dd>
+<dt class="hdlist1">
+<em>GIT_TRACE_PERFORMANCE</em>
+</dt>
+<dd>
+<p>
+ Enables performance related trace messages, e.g. total execution
+ time of each Git command.
+ See <em>GIT_TRACE</em> for available trace output options.
+</p>
+</dd>
+<dt class="hdlist1">
+<em>GIT_TRACE_SETUP</em>
+</dt>
+<dd>
+<p>
+ Enables trace messages printing the .git, working tree and current
+ working directory after Git has completed its setup phase.
+ See <em>GIT_TRACE</em> for available trace output options.
+</p>
+</dd>
+<dt class="hdlist1">
+<em>GIT_TRACE_SHALLOW</em>
+</dt>
+<dd>
+<p>
+ Enables trace messages that can help debugging fetching /
+ cloning of shallow repositories.
+ See <em>GIT_TRACE</em> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
@@ -2874,7 +2908,7 @@ subscribed to the list to send a message there.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-06-26 14:48:22 PDT
+Last updated 2014-07-22 12:39:19 PDT
</div>
</div>
</body>