summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorKarsten Blees <karsten.blees@gmail.com>2014-07-12 00:01:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-07-14 04:25:18 (GMT)
commit67dc598ec42ea25cda94ed8d283396c4ab385f50 (patch)
treed2e03690b39a471b717ec7b44b3a9b1d11039486 /Documentation/git.txt
parenteb9250dfd5fbd7c9f95d0d3134006cd19a0c9099 (diff)
downloadgit-67dc598ec42ea25cda94ed8d283396c4ab385f50.zip
git-67dc598ec42ea25cda94ed8d283396c4ab385f50.tar.gz
git-67dc598ec42ea25cda94ed8d283396c4ab385f50.tar.bz2
sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API
This changes GIT_TRACE_PACK_ACCESS functionality as follows: * supports the same options as GIT_TRACE (e.g. printing to stderr) * no longer supports relative paths * appends to the trace file rather than overwriting Signed-off-by: Karsten Blees <blees@dcon.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 75633e6..9d073f6 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -925,11 +925,11 @@ Unsetting the variable, or setting it to empty, "0" or
"false" (case insensitive) disables trace messages.
'GIT_TRACE_PACK_ACCESS'::
- If this variable is set to a path, a file will be created at
- the given path logging all accesses to any packs. For each
+ Enables trace messages for all accesses to any packs. For each
access, the pack file name and an offset in the pack is
recorded. This may be helpful for troubleshooting some
pack-related performance problems.
+ See 'GIT_TRACE' for available trace output options.
'GIT_TRACE_PACKET'::
Enables trace messages for all packets coming in or out of a