From: Junio C Hamano Date: Wed, 6 Oct 2021 20:40:32 +0000 (-0700) Subject: The eleventh batch X-Git-Tag: v2.34.0-rc0~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106298f7f9cca4158a980de149ef217751e1f943;p=thirdparty%2Fgit.git The eleventh batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.34.0.txt b/Documentation/RelNotes/2.34.0.txt index 7b03e625d0..9d583ead04 100644 --- a/Documentation/RelNotes/2.34.0.txt +++ b/Documentation/RelNotes/2.34.0.txt @@ -59,6 +59,9 @@ UI, Workflows & Features * The unicode character width table (used for output alignment) has been updated. + * The ref iteration code used to optionally allow dangling refs to be + shown, which has been tightened up. + Performance, Internal Implementation, Development Support etc. @@ -133,6 +136,11 @@ Performance, Internal Implementation, Development Support etc. * An oddball OPTION_ARGUMENT feature has been removed from the parse-options API. + * The mergesort implementation used to sort linked list has been + optimized. + + * Remove external declaration of functions that no longer exist. + Fixes since v2.33 ----------------- @@ -342,3 +350,4 @@ Fixes since v2.33 (merge 8c6b4332b4 rs/close-pack-leakfix later to maint). (merge 51b04c05b7 bs/difftool-msg-tweak later to maint). (merge dd20e4a6db ab/make-compdb-fix later to maint). + (merge 6ffb990dc4 os/status-docfix later to maint).