From: Junio C Hamano Date: Tue, 16 Jun 2026 16:01:03 +0000 (-0700) Subject: Merge branch 'mm/subprocess-handshake-fix' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5105e3894846274fcac30fbe2465fdc8cf7c31a2;p=thirdparty%2Fgit.git Merge branch 'mm/subprocess-handshake-fix' The subprocess handshake during startup has been made gentler by using packet_read_line_gently() instead of packet_read_line() to prevent the parent Git process from dying abruptly when a configured subprocess (e.g., a clean/smudge filter) fails to start. * mm/subprocess-handshake-fix: sub-process: use gentle handshake to avoid die() on startup failure --- 5105e3894846274fcac30fbe2465fdc8cf7c31a2