Skip to content

Commit fa0aeea

Browse files
szedergitster
authored andcommitted
Documentation/git.txt: clarify that GIT_TRACE=/path appends
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53f9a3e commit fa0aeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,8 @@ trace messages into this file descriptor.
599599
+
600600
Alternatively, if the variable is set to an absolute path
601601
(starting with a '/' character), Git will interpret this
602-
as a file path and will try to write the trace messages
603-
into it.
602+
as a file path and will try to append the trace messages
603+
to it.
604604
+
605605
Unsetting the variable, or setting it to empty, "0" or
606606
"false" (case insensitive) disables trace messages.

0 commit comments

Comments
 (0)