sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API
commit67dc598ec42ea25cda94ed8d283396c4ab385f50
authorKarsten Blees <karsten.blees@gmail.com>
Sat, 12 Jul 2014 00:01:38 +0000 (12 02:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2014 04:25:18 +0000 (13 21:25 -0700)
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 <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt
sha1_file.c