sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API
authorKarsten Blees <redacted>
Sat, 12 Jul 2014 00:01:38 +0000 (02:01 +0200)
committerJunio C Hamano <redacted>
Mon, 14 Jul 2014 04:25:18 +0000 (21:25 -0700)
commit67dc598ec42ea25cda94ed8d283396c4ab385f50
treed2e03690b39a471b717ec7b44b3a9b1d11039486
parenteb9250dfd5fbd7c9f95d0d3134006cd19a0c9099
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git.txt
sha1_file.c
git clone https://git.99rst.org/PROJECT