Ensure "git init" doesn't write to stdout, and confuse a push.
commit5df4b0c4f869fd4c057127264e747a79a450f221
authorTommi Virtanen <tv@eagain.net>
Tue, 4 Sep 2007 05:58:30 +0000 (3 22:58 -0700)
committerTommi Virtanen <tv@eagain.net>
Tue, 4 Sep 2007 06:26:14 +0000 (3 23:26 -0700)
treeeb208b6a62c5c1223b2961a7ce1bc9862a46a41c
parent4d793f6fd44e671c13ca0e0b82be3ac33ee7a599
Ensure "git init" doesn't write to stdout, and confuse a push.

The repository autocreation functionality ends up sending the
stdout to the client side, and there a very confused git push
can't make any sense of the protocol.
gitosis/repository.py
gitosis/test/test_serve.py