]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'zy/apply-abandoned-header-fix' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 23:20:58 +0000 (16:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 23:20:58 +0000 (16:20 -0700)
commitb690f189fa2de54e68dfdd68203254854c830def
tree0bf3527b10ba1fd0c3ae50134975b43527d6218d
parent44a92de03cb29cf686aeda4caf8e06a46fd0af10
parentffe5c33a4423b78e893e340db7387aec8befada7
Merge branch 'zy/apply-abandoned-header-fix' into seen

A candidate 'git diff' header parsed by 'git apply' has been isolated
in a temporary structure, preventing any partially parsed state from
polluting the main patch structure and causing assertions to trip if
the header is ultimately rejected.

* zy/apply-abandoned-header-fix:
  apply: avoid leaking abandoned git-header state
apply.c