This series does not make ‘git bundle --stdin’ work. In fact,
the bug that it does fix would not be visible if bundle --stdin
worked as it was supposed to.
Instead, this fixes a segfault that the bug triggers. The
patches have been sitting in my git tree for a while. They fix
a real problem regardless, and maybe they would help someone
to get bundle --stdin working properly.
Thoughts welcome, as always.
Jonathan Nieder (2):
t5704 (bundle): add tests for bundle --stdin
fix "bundle --stdin" segfault
object.c | 4 ++--
t/t5704-bundle.sh | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
As for how to fix bundle --stdin, Joey Hess wrote: