]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/xwrite-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Mar 2024 23:06:00 +0000 (16:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Mar 2024 23:06:00 +0000 (16:06 -0700)
Uses of xwrite() helper have been audited and updated for better
error checking and simpler code.

* jc/xwrite-cleanup:
  repack: check error writing to pack-objects subprocess
  sideband: avoid short write(2)
  unpack: replace xwrite() loop with write_in_full()


Trivial merge