]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mm/subprocess-handshake-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:01:03 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:01:03 +0000 (09:01 -0700)
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


Trivial merge