]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ew/cat-file-unbuffered-tests'
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2024 16:58:59 +0000 (09:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2024 16:58:59 +0000 (09:58 -0700)
The output from "git cat-file --batch-check" and "--batch-command
(info)" should not be unbuffered, for which some tests have been
added.

* ew/cat-file-unbuffered-tests:
  t1006: ensure cat-file info isn't buffered by default
  Git.pm: use array in command_bidi_pipe example


Trivial merge