]> Kevux Git Server - rit/commit
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)
commit5105e3894846274fcac30fbe2465fdc8cf7c31a2
tree9f27c578fd350526bb8ca33775b60474ddbd59c3
parent5255d04a9c229aa03416ee68d5054326818bd7a7
parent061a68e4433b98ca351dcbf887b890aa2ec1bdb8
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