]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/apply-patch-mode-check-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:50 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:50 +0000 (14:54 -0700)
The patch parser in 'git apply' has been a bit more lenient against
unexpected mode bits, like 100664, recorded on extended header lines.

* jk/apply-patch-mode-check-fix:
  apply: canonicalize modes read from patches

1  2 
apply.c

diff --cc apply.c
Simple merge