]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/receive-pack-stdout-protection'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 18:55:00 +0000 (11:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 18:55:00 +0000 (11:55 -0700)
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


Trivial merge