author | Jonathan Nieder <jrnieder@gmail.com> | |
Mon, 19 Apr 2010 08:03:03 +0000 (03:03 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 20 Apr 2010 05:14:39 +0000 (22:14 -0700) | ||
commit | f62e0a39b69c2752b92f01bb05a6676639f46a65 | |
tree | 431339fb0b9d08c43a5fff80e6109b4762b9a008 | tree | snapshot |
parent | 03aa87ed9912a6beac1a23e69ef0b70e1589d3d0 | commit | diff |
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>
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 | diff | blob | history |