]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/ort-harden-against-corrupt-trees'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2026 22:50:20 +0000 (15:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2026 22:50:20 +0000 (15:50 -0700)
commitaed0faa52bfcdd79cac5b1491dc89d1051fa7ea1
tree391b004d349d87f12bc41fba464973950be6f177
parented5d4f6e899ff09c0852711b5918f3d740ce1669
parent0c8eb46fbbfc48065bc93dcc4c9901031615516c
Merge branch 'en/ort-harden-against-corrupt-trees'

The 'ort' merge backend has been hardened against corrupt trees by
ensuring it aborts under appropriate error conditions.

* en/ort-harden-against-corrupt-trees:
  cache-tree: fix verify_cache() to catch non-adjacent D/F conflicts
  merge-ort: abort merge when trees have duplicate entries
  merge-ort: free diff pairs queue in clear_or_reinit_internal_opts()
  merge-ort: drop unnecessary show_all_errors from collect_merge_info()
  merge-ort: propagate callback errors from traverse_trees_wrapper()
cache-tree.c
merge-ort.c
t/meson.build