From f0ef1b96a076d08dc972a8d2cb0d1cfd60931eb6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 15 Sep 2026 11:07:26 -0700 Subject: [PATCH] 4th batch for -rc1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.56.0.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc index 214ab1e87b..796a51e5a2 100644 --- a/Documentation/RelNotes/2.56.0.adoc +++ b/Documentation/RelNotes/2.56.0.adoc @@ -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 -----------------