]> Kevux Git Server - rit/commit
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)
commit5032e70fc25ff18a3c16fb89d708884104c2d1a3
treea1a2f666f1042c36adbe8b66d86973139f917595
parent295eb2cc473675bafb1b523696a442e6969ccd41
parent2ef795b027c10f5e253151106a6fb4265552cc04
Merge branch 'jw/apply-corrupt-location'

"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
apply.c