diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:53:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:53:59 -0700 |
commit | 2af0b1c6007401086bd72d4f49fbd5e9462f37f4 (patch) | |
tree | 76eb29aa11ad24dadefbe28e0419340607786270 | |
parent | Merge branch 'jk/diff-rendered-docs' (diff) | |
parent | Documentation/git.txt: clarify that GIT_TRACE=/path appends (diff) | |
download | tgif-2af0b1c6007401086bd72d4f49fbd5e9462f37f4.tar.xz |
Merge branch 'sg/doc-trace-appends'
Docfix.
* sg/doc-trace-appends:
Documentation/git.txt: clarify that GIT_TRACE=/path appends
-rw-r--r-- | Documentation/git.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index dba7f0c18e..74a9d7edb4 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. |