diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-06-17 05:38:52 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-06-17 05:39:13 -0700 |
| commit | 4621f8ce5e9b97aa2e8d0d9ffe9d25df2471074d (patch) | |
| tree | 2d2da9f622386654595ac9d8f87ed066d1165cb7 | |
| parent | 311ea939c80afa4c1b0db919e9e58f63dcc139ff (diff) | |
Git 2.55-rc1v2.55.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.55.0.adoc | 5 | ||||
| -rwxr-xr-x | GIT-VERSION-GEN | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.55.0.adoc b/Documentation/RelNotes/2.55.0.adoc 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). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN 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=' ' |
