summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-03 12:43:00 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-03 12:43:00 -0700
commitd7ed4041c8468a2ca93f1c8ac511af9d895d3d6d (patch)
treef209ad1e994b76de43073839fe78c6d431f60e02 /git.html
parent2ce0aac108b9c935f3ac01e98478120df1f52ce1 (diff)
downloadgit-htmldocs-d7ed4041c8468a2ca93f1c8ac511af9d895d3d6d.tar.gz
Autogenerated HTML docs for v2.5.0-234-gefc8a
Diffstat (limited to 'git.html')
-rw-r--r--git.html21
1 files changed, 18 insertions, 3 deletions
diff --git a/git.html b/git.html
index c189ba981..f12f0e7ea 100644
--- a/git.html
+++ b/git.html
@@ -2363,7 +2363,7 @@ HEAD
<h3 id="_the_git_repository">The Git Repository</h3>
<div class="paragraph"><p>These environment variables apply to <em>all</em> core Git commands. Nb: it
is worth noting that they may be used/overridden by SCMS sitting above
-Git so take care if using Cogito etc.</p></div>
+Git so take care if using a foreign front-end.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<em>GIT_INDEX_FILE</em>
@@ -2756,11 +2756,26 @@ into it.</p></div>
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".
+ starting with "PACK" (but see <em>GIT_TRACE_PACKFILE</em> below).
See <em>GIT_TRACE</em> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
+<em>GIT_TRACE_PACKFILE</em>
+</dt>
+<dd>
+<p>
+ Enables tracing of packfiles sent or received by a
+ given program. Unlike other trace output, this trace is
+ verbatim: no headers, and no quoting of binary data. You almost
+ certainly want to direct into a file (e.g.,
+ <code>GIT_TRACE_PACKFILE=/tmp/my.pack</code>) rather than displaying it on
+ the terminal or mixing it with other trace output.
+</p>
+<div class="paragraph"><p>Note that this is currently only implemented for the client side
+of clones and fetches.</p></div>
+</dd>
+<dt class="hdlist1">
<em>GIT_TRACE_PERFORMANCE</em>
</dt>
<dd>
@@ -2970,7 +2985,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 2015-07-27 13:41:41 PDT
+Last updated 2015-08-03 12:41:59 PDT
</div>
</div>
</body>