summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-07-08 15:51:23 -0700
committerJunio C Hamano <gitster@pobox.com>2025-07-08 15:51:23 -0700
commita30f80fde927d70950b3b4d1820813480968fb0d (patch)
tree0467df100e8bd7297c71c779560da90280794493
parentcdb787224707ddd2601fde0d89701d875310a457 (diff)
The eighth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.51.0.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc
index dfa93a0ad1..40920e6495 100644
--- a/Documentation/RelNotes/2.51.0.adoc
+++ b/Documentation/RelNotes/2.51.0.adoc
@@ -62,10 +62,16 @@ Performance, Internal Implementation, Development Support etc.
* A lot of stale stuff has been removed from the contrib/ hierarchy.
+ * "git push" and "git fetch" are taught to update refs in batches to
+ gain performance.
+
Fixes since v2.50
-----------------
+Unless otherwise noted, all the changes in 2.50.X maintenance track,
+including security updates, are included in this release.
+
* A memory-leak in an error code path has been plugged.
(merge 7082da85cb ly/commit-graph-graph-write-leakfix later to maint).