The eighth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2025-07-08 15:51:23 -07:00
parent cdb7872247
commit a30f80fde9
1 changed files with 6 additions and 0 deletions

View File

@ -62,10 +62,16 @@ Performance, Internal Implementation, Development Support etc.


* A lot of stale stuff has been removed from the contrib/ hierarchy. * 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 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. * A memory-leak in an error code path has been plugged.
(merge 7082da85cb ly/commit-graph-graph-write-leakfix later to maint). (merge 7082da85cb ly/commit-graph-graph-write-leakfix later to maint).