summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-21 13:57:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-11-21 13:57:54 (GMT)
commit04b9bdbe163f891852775af8cd97434fd828902e (patch)
tree53ee8eaf3aae5be70c784af0df24157fa058fd53 /Documentation
parent04d70dd64837a088f1e95286e328801085631e82 (diff)
parentfa0aeea770666e5104cfa4decb6a480e59868165 (diff)
downloadgit-04b9bdbe163f891852775af8cd97434fd828902e.zip
git-04b9bdbe163f891852775af8cd97434fd828902e.tar.gz
git-04b9bdbe163f891852775af8cd97434fd828902e.tar.bz2
Merge branch 'sg/doc-trace-appends' into maint
Docfix. * sg/doc-trace-appends: Documentation/git.txt: clarify that GIT_TRACE=/path appends
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index dba7f0c..74a9d7e 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -599,8 +599,8 @@ trace messages into this file descriptor.
+
Alternatively, if the variable is set to an absolute path
(starting with a '/' character), Git will interpret this
-as a file path and will try to write the trace messages
-into it.
+as a file path and will try to append the trace messages
+to it.
+
Unsetting the variable, or setting it to empty, "0" or
"false" (case insensitive) disables trace messages.