From: Junio C Hamano Date: Fri, 10 Apr 2026 23:47:35 +0000 (-0700) Subject: Merge branch 'jc/no-writev-does-not-work' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fgit.git Merge branch 'jc/no-writev-does-not-work' We used writev() in limited code paths and supplied emulation for platforms without working writev(), but the emulation was too faithful to the spec to make the result useless to send even 64kB; revert the topic and plan to restart the effort later. * jc/no-writev-does-not-work: Revert "compat/posix: introduce writev(3p) wrapper" Revert "wrapper: introduce writev(3p) wrappers" Revert "sideband: use writev(3p) to send pktlines" Revert "cmake: use writev(3p) wrapper as needed" --- 8c9303b1ffae5b745d1b0a1f98330cf7944d8db0