Merge branch 'sg/doc-trace-appends'

Docfix.

* sg/doc-trace-appends:
  Documentation/git.txt: clarify that GIT_TRACE=/path appends
This commit is contained in:
Junio C Hamano 2018-09-17 13:53:59 -07:00
Родитель 98509d0f48 fa0aeea770
Коммит 2af0b1c600
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.