From: Junio C Hamano Date: Fri, 24 Feb 2023 19:32:30 +0000 (-0800) Subject: Merge branch 'jc/genzeros-avoid-raw-write' X-Git-Tag: v2.40.0-rc0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb32d6d6024bbfc41408893f122dab2ed947c34;p=thirdparty%2Fgit.git Merge branch 'jc/genzeros-avoid-raw-write' 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) --- deb32d6d6024bbfc41408893f122dab2ed947c34