]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git.txt: clarify that GIT_TRACE=/path appends
authorSZEDER Gábor <szeder.dev@gmail.com>
Tue, 4 Sep 2018 00:05:44 +0000 (02:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Sep 2018 17:28:40 +0000 (10:28 -0700)
The current wording of the description of GIT_TRACE=/path/to/file
("... will try to write the trace messages into it") might be
misunderstood as "overwriting"; at least I interpreted it that way on
a cursory first read.

State it more explicitly that the trace messages are appended.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt

index dba7f0c18e33e7e26ca100992236e39b3d5b8a91..74a9d7edb45815a55fcc1e5c13cd78141b1d4190 100644 (file)
@@ -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.