]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The eighth batch main master
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Jul 2025 22:51:23 +0000 (15:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jul 2025 22:51:23 +0000 (15:51 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.51.0.adoc

index dfa93a0ad1803bcf33034a9d386d03a8585a4520..40920e649525ff8b18bcfe2d785cbd07a35b3207 100644 (file)
@@ -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).