]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jw/apply-corrupt-location'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2026 20:57:00 +0000 (13:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2026 20:57:00 +0000 (13:57 -0700)
"git apply" now reports the name of the input file along with the
line number when it encounters a corrupt patch, and correctly
resets the line counter when processing multiple patch files.

* jw/apply-corrupt-location:
  apply: report input location in binary and garbage patch errors
  apply: report input location in header parsing errors
  apply: report the location of corrupt patches

1  2 
apply.c

diff --cc apply.c
Simple merge