aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-29 12:40:39 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-29 12:40:39 -0700
commitdc70283dfcdc420d330547fc1d3cba0d29bfd2d0 (patch)
tree57ed209902ecfb19d52999ca13ceb803ac31d34b
parentc1b23bd8aaa3856695e0361f52f1a44301d1c317 (diff)
downloadgit-dc70283dfcdc420d330547fc1d3cba0d29bfd2d0.tar.gz
The 26th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.52.0.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.52.0.adoc b/Documentation/RelNotes/2.52.0.adoc
index bfde4bda3b..a7f9afc5a1 100644
--- a/Documentation/RelNotes/2.52.0.adoc
+++ b/Documentation/RelNotes/2.52.0.adoc
@@ -146,6 +146,9 @@ Performance, Internal Implementation, Development Support etc.
* CI improvements to handle the recent Rust integration better.
+ * The code in "git repack" machinery has been cleaned up to prepare
+ for incremental update of midx files.
+
Fixes since v2.51
-----------------