]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/genzeros-avoid-raw-write'
authorJunio C Hamano <gitster@pobox.com>
Fri, 24 Feb 2023 19:32:30 +0000 (11:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Feb 2023 19:32:30 +0000 (11:32 -0800)
A test helper had a single write(2) of 256kB, which was too big for
some platforms (e.g. NonStop), which has been corrected by using
xwrite() wrapper appropriately.

* jc/genzeros-avoid-raw-write:
  test-genzeros: avoid raw write(2)


Trivial merge