]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/merge-ort-almost-wo-the-repository' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2026 18:06:17 +0000 (10:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2026 18:06:17 +0000 (10:06 -0800)
commit4c07a661733a915d83ad999201e2d454e5ab3ea5
treeaf9457fd1d036ee7dc657214c87fd28ea34683f0
parent962fc48d453f4ebf5a9fc1436a2839383be31606
parent3249d07962f081bd84bace9ca7f808575e2cae56
Merge branch 'en/merge-ort-almost-wo-the-repository' into next

Mark the marge-ort codebase to prevent more uses of the_repository
from getting added.

* en/merge-ort-almost-wo-the-repository:
  replay: prevent the_repository from coming back
  merge-ort: prevent the_repository from coming back
  merge-ort: replace the_hash_algo with opt->repo->hash_algo
  merge-ort: replace the_repository with opt->repo
  merge-ort: pass repository to write_tree()
  merge,diff: remove the_repository check before prefetching blobs
diff.c
diffcore-break.c