]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.55-rc1 main master v2.55.0-rc1
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2026 12:38:52 +0000 (05:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2026 12:39:13 +0000 (05:39 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.55.0.adoc
GIT-VERSION-GEN

index b2adfe51bf19e40ab5804e892f170ae0e7213595..37f7a610a29b09074253edc4b426e47d27b254fd 100644 (file)
@@ -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).
index 9448079974b61c240e25578dab57e9d19aba45db..9bcfdb576eaf5bd712cb071496ce6c951955eb6d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.55.0-rc0
+DEF_VER=v2.55.0-rc1
 
 LF='
 '