Git fork

The eighth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+6
+6
Documentation/RelNotes/2.51.0.adoc
··· 62 62 63 63 * A lot of stale stuff has been removed from the contrib/ hierarchy. 64 64 65 + * "git push" and "git fetch" are taught to update refs in batches to 66 + gain performance. 67 + 65 68 66 69 Fixes since v2.50 67 70 ----------------- 71 + 72 + Unless otherwise noted, all the changes in 2.50.X maintenance track, 73 + including security updates, are included in this release. 68 74 69 75 * A memory-leak in an error code path has been plugged. 70 76 (merge 7082da85cb ly/commit-graph-graph-write-leakfix later to maint).