Git 2.55-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jun 17, 2026 at 05:38 UTC
4621f8ce5e9b97aa2e8d0d9ffe9d25df2471074d
2 files changed
+6
-1
Documentation/RelNotes/2.55.0.adoc
+5
index b2adfe51bf..37f7a610a2 100644
--- a/Documentation/RelNotes/2.55.0.adoc
+++ b/Documentation/RelNotes/2.55.0.adoc
@@ -204,6 +204,10 @@ Performance, Internal Implementation, Development Support etc.
rewritten to use the right repository structure instance in the
unpack-trees.c codepath.
+ * "git index-pack" has been optimized by retaining child bases in the
+ delta cache instead of immediately freeing them, letting the existing
+ cache limit policy decide eviction.
+
Fixes since v2.54
-----------------
@@ -409,3 +413,4 @@ Fixes since v2.54
(merge 83e7f3bd2b kh/free-commit-list later to maint).
(merge d1b72b29e9 am/doc-tech-hash-typofix later to maint).
(merge 014c454799 ak/typofixes later to maint).
+ (merge 522ea8ef7d js/osxkeychain-build-wo-rust later to maint).
GIT-VERSION-GEN
+1
-1
index 9448079974..9bcfdb576e 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,6 +1,6 @@
#!/bin/sh
-DEF_VER=v2.55.0-rc0
+DEF_VER=v2.55.0-rc1
LF='
'