mbox series

[0/2] cat-file related doc and test

Message ID 20240617104326.3522535-1-e@80x24.org (mailing list archive)
Headers show
Series cat-file related doc and test | expand

Message

Eric Wong June 17, 2024, 10:43 a.m. UTC
I was working on reducing syscalls required for cat-file --batch
(and readers) in a different patch, but noticed a bug in my
yet-to-be-published patch wasn't detected in our test suite,
only via 3rd-party Perl code.

Then I noticed Git.pm documentation was wrong..., so fixes
are in reverse order.

Eric Wong (2):
  Git.pm: use array in command_bidi_pipe example
  t9700: ensure cat-file info isn't buffered by default

 perl/Git.pm     |  4 ++--
 t/t9700/test.pl | 14 ++++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)