Merge branch 'bc/receive-pack-stdout-protection'
commit2df9988470d8f1ad82a642eb6d5b2ddde1512bc0
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 18:55:00 +0000 (27 11:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 18:55:00 +0000 (27 11:55 -0700)
tree5a10c4258125a42765dc02b5bef1fc2a877409d1
parente6daf0ac2209eb5c69f28c008715ad1a3b79c057
parent4b7f2fa4c6c2c4675ab00474d419fa356afdfa71
Merge branch 'bc/receive-pack-stdout-protection'

When "git push" triggered the automatic gc on the receiving end, a
message from "git prune" that said it was removing cruft leaked to
the standard output, breaking the communication protocol.

* bc/receive-pack-stdout-protection:
  receive-pack: do not leak output from auto-gc to standard output
  t/t5400: demonstrate breakage caused by informational message from prune