]> Kevux Git Server - rit/commit
Merge branch 'mm/apply-reverse-mode-of-deleted-path'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2025 18:59:17 +0000 (11:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2025 18:59:17 +0000 (11:59 -0700)
commit5d2812ff3c10c1506028a37f9286004988c4ac57
tree9e5c5db9bf92aab9bfbabff48074cbfe6a7ee2e6
parent5cde0d782549a4ba4e926c74a61c094092b50367
parent1d9a66493be9fef38e531da587dd47f6f17ea483
Merge branch 'mm/apply-reverse-mode-of-deleted-path'

"git apply --index/--cached" when applying a deletion patch in
reverse failed to give the mode bits of the path "removed" by the
patch to the file it creates, which has been corrected.

* mm/apply-reverse-mode-of-deleted-path:
  apply: set file mode when --reverse creates a deleted file
  t4129: test that git apply warns for unexpected mode changes