]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/ort-rename-fixes' into maint-2.51
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2025 17:29:28 +0000 (10:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2025 17:29:28 +0000 (10:29 -0700)
commit0949f24eb4f0d1286496fd4cf3bf60f419d22b50
tree2c94bfe732fb47a7a0b9570c8c2e21f8aa149f86
parent1e2e74db6ef956febc64a0b50a440ff73f42c6a9
parentf6ecb603ff8af608a417d7724727d6bc3a9dbfdf
Merge branch 'en/ort-rename-fixes' into maint-2.51

Various bugs about rename handling in "ort" merge strategy have
been fixed.

* en/ort-rename-fixes:
  merge-ort: fix directory rename on top of source of other rename/delete
  merge-ort: fix incorrect file handling
  merge-ort: clarify the interning of strings in opt->priv->path
  t6423: fix missed staging of file in testcases 12i,12j,12k
  t6423: document two bugs with rename-to-self testcases
  merge-ort: drop unnecessary temporary in check_for_directory_rename()
  merge-ort: update comments to modern testfile location
merge-ort.c