summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-19 18:01:19 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-19 18:01:19 +0900
commit56d696ee5be4d6ce871726df6e396c76eedcccf0 (patch)
tree5fdbf981967be28ae958f476b0b6d9b4343fd146 /git.html
parent792b6092433e1d94ae2e4b9e83a333bf2d0425a2 (diff)
downloadgit-htmldocs-56d696ee5be4d6ce871726df6e396c76eedcccf0.tar.gz
Autogenerated HTML docs for v2.22.0-rc1
Diffstat (limited to 'git.html')
-rw-r--r--git.html37
1 files changed, 36 insertions, 1 deletions
diff --git a/git.html b/git.html
index 2fcd1200b..726b5ae88 100644
--- a/git.html
+++ b/git.html
@@ -2907,6 +2907,41 @@ of clones and fetches.</p></div>
</p>
</dd>
<dt class="hdlist1">
+<code>GIT_TR2</code>
+</dt>
+<dd>
+<p>
+ Enables more detailed trace messages from the "trace2" library.
+ Output from <code>GIT_TR2</code> is a simple text-based format for human
+ readability.
+</p>
+<div class="paragraph"><p>The <code>GIT_TR2</code> variables can take many values. Any value available to
+the <code>GIT_TRACE</code> variables is also available to <code>GIT_TR2</code>. The <code>GIT_TR2</code>
+variables can also specify a Unix Domain Socket. See
+<a href="technical/api-trace2.html">Trace2 documentation</a> for full details.</p></div>
+</dd>
+<dt class="hdlist1">
+<code>GIT_TR2_EVENT</code>
+</dt>
+<dd>
+<p>
+ This setting writes a JSON-based format that is suited for machine
+ interpretation. See <a href="technical/api-trace2.html">Trace2 documentation</a>
+ for full details.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>GIT_TR2_PERF</code>
+</dt>
+<dd>
+<p>
+ In addition to the text-based messages available in <code>GIT_TR2</code>, this
+ setting writes a column-based format for understanding nesting
+ regions. See <a href="technical/api-trace2.html">Trace2 documentation</a>
+ for full details.
+</p>
+</dd>
+<dt class="hdlist1">
<code>GIT_REDACT_COOKIES</code>
</dt>
<dd>
@@ -3192,7 +3227,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2019-04-16 21:48:13 JST
+ 2019-05-19 17:58:26 JST
</div>
</div>
</body>