4th batch for -rc1

Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Junio C Hamano 2026-09-15 11:07:26 -07:00
parent 14bf3a43f8
commit f0ef1b96a0
1 changed files with 14 additions and 0 deletions

View File

@ -546,6 +546,20 @@ Performance, Internal Implementation, Development Support etc.
interfered with "git rebase" etc. too much. The conditions "rerere
gc" gets triggered have been tweaked.

* Windows build switches from MINGW64 to URCR64 runtime starting Git
2.56.0; switch the cmake based build at the same time.

* The mechanism to register in-memory alternate object sources has
been removed, as submodule object databases are now accessed
natively via their own repository structures. This simplifies
object database management and prepares the codebase for migrating
alternate tracking into the files backend.

* The consistency checks for the object database (fsck) have been
decoupled from the generic builtin implementation and moved into the
backend-specific object source layers, making them pluggable for
different object storage formats.


Fixes since v2.55
-----------------