summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-20 16:39:43 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-20 16:39:43 -0700
commitfa1d3497321981b9cbbc1a8bf499c613e951c9a6 (patch)
tree78155be1436a8514da53fd6b27579a3cefa547dd /git.txt
parent76e160bf877d950a4148f088b75fca0b4859427d (diff)
downloadgit-htmldocs-fa1d3497321981b9cbbc1a8bf499c613e951c9a6.tar.gz
Autogenerated HTML docs for v1.8.3.1-484-g21ff91
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/git.txt b/git.txt
index 2e23cbb22..894454609 100644
--- a/git.txt
+++ b/git.txt
@@ -837,6 +837,19 @@ for further details.
as a file path and will try to write the trace messages
into it.
+'GIT_TRACE_PACK_ACCESS'::
+ 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
+ access, the pack file name and an offset in the pack is
+ recorded. This may be helpful for troubleshooting some
+ pack-related performance problems.
+
+'GIT_TRACE_PACKET'::
+ 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".
+
GIT_LITERAL_PATHSPECS::
Setting this variable to `1` will cause Git to treat all
pathspecs literally, rather than as glob patterns. For example,