diff options
author | Brandon Casey <drafnel@gmail.com> | 2012-08-06 22:01:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-06 22:29:30 -0700 |
commit | 2c3fd4bbb42b586b016319d2009a05fe5b878533 (patch) | |
tree | 281126b364e0b8c392afc5968e72dddf100e6fc3 /t/t3900-i18n-commit.sh | |
parent | Git 1.7.9.7 (diff) | |
download | tgif-2c3fd4bbb42b586b016319d2009a05fe5b878533.tar.xz |
t/t5400: demonstrate breakage caused by informational message from prune
When receive-pack triggers 'git gc --auto' and 'git prune' is called to
remove a stale temporary object, 'git prune' prints an informational
message to stdout about the file that it will remove. Since this message
is written to stdout, it is sent back over the transport channel to the git
client which tries to interpret it as part of the pack protocol and then
promptly terminates with a complaint about a protocol error.
Introduce a test which exercises the auto-gc functionality of receive-pack
and demonstrates this breakage.
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3900-i18n-commit.sh')
0 files changed, 0 insertions, 0 deletions