summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2013-06-09 05:22:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-09 23:16:06 (GMT)
commit1dd278ce60294aa6b3119a469007949c6fde425a (patch)
tree9d1f42df97b4f06de7c45432534f24a1bb2175dd /Documentation/git.txt
parentb12ca9631f86adc35b0c03fb5b792cd82c288288 (diff)
downloadgit-1dd278ce60294aa6b3119a469007949c6fde425a.zip
git-1dd278ce60294aa6b3119a469007949c6fde425a.tar.gz
git-1dd278ce60294aa6b3119a469007949c6fde425a.tar.bz2
git.txt: document GIT_TRACE_PACKET
"This can help with debugging object negotiation or other protocol issues." Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 3e74440..3c77b82 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -839,6 +839,12 @@ for further details.
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,