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
@@ -204,6 +204,10 @@ Performance, Internal Implementation, Development Support etc.
204
rewritten to use the right repository structure instance in the
205
unpack-trees.c codepath.
206
207
+ * "git index-pack" has been optimized by retaining child bases in the
208
+ delta cache instead of immediately freeing them, letting the existing
209
+ cache limit policy decide eviction.
210
+
211
212
Fixes since v2.54
213
-----------------
@@ -409,3 +413,4 @@ Fixes since v2.54
413
(merge 83e7f3bd2b kh/free-commit-list later to maint).
414
(merge d1b72b29e9 am/doc-tech-hash-typofix later to maint).
415
(merge 014c454799 ak/typofixes later to maint).
416
+ (merge 522ea8ef7d js/osxkeychain-build-wo-rust later to maint).
GIT-VERSION-GEN
+1
-1
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-DEF_VER=v2.55.0-rc0
3
+DEF_VER=v2.55.0-rc1
4
5
LF='
6
'