diff options
author | Jeff King <peff@peff.net> | 2013-02-20 14:55:28 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-20 13:42:21 -0800 |
commit | 97a83fa839d818130bfeca060279c4c355036785 (patch) | |
tree | 9b6f16af4329b1be0fdb3c6d513bafac19dbee9c /fetch-pack.c | |
parent | e58e57e49eb990e38df19628a744c71b44397ef1 (diff) | |
download | git-97a83fa839d818130bfeca060279c4c355036785.tar.gz |
upload-pack: remove packet debugging harness
If you set the GIT_DEBUG_SEND_PACK environment variable,
upload-pack will dump lines it receives in the receive_needs
phase to a descriptor. This debugging harness is a strict
subset of what GIT_TRACE_PACKET can do. Let's just drop it
in favor of that.
A few tests used GIT_DEBUG_SEND_PACK to confirm which
objects get sent; we have to adapt them to the new output
format.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fetch-pack.c')
0 files changed, 0 insertions, 0 deletions