t5704 (bundle): add tests for bundle --stdin
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 19 Apr 2010 08:03:03 +0000 (03:03 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Apr 2010 05:14:39 +0000 (22:14 -0700)
commitf62e0a39b69c2752b92f01bb05a6676639f46a65
tree431339fb0b9d08c43a5fff80e6109b4762b9a008
parent03aa87ed9912a6beac1a23e69ef0b70e1589d3d0
t5704 (bundle): add tests for bundle --stdin

As long as no rev-list arguments are supplied on the command line,
git bundle create --stdin currently segfaults.  With added rev-list
arguments, it does not segfault, but the revisions from stdin are
ignored.

Thanks to Joey Hess <joey@kitenet.net> for the report.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5704-bundle.sh