]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitd4636aea6fa544d4113f12863c8a6e49d294092e
treee6cfd2253be5dcf9c1ef4ea6202528e9f86865f1
parent06ac51898156b7bba0a42d36731285ec3c1975aa
parent4c9355ff48a33eb60a4f2a51f08939320cf3f2d3
Merge branch 'jc/xwrite-cleanup'

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()