From: Junio C Hamano Date: Wed, 25 Sep 2024 17:33:15 +0000 (-0700) Subject: The 21st batch X-Git-Tag: v2.47.0-rc0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a116aba5d54bf44c6fc27fa1a4c2431d53cf8ff5;p=thirdparty%2Fgit.git The 21st batch This pretty much should match what we would have in the upcoming preview of 2.47. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt index a6c1d4d78d..41ba7cfd91 100644 --- a/Documentation/RelNotes/2.47.0.txt +++ b/Documentation/RelNotes/2.47.0.txt @@ -149,6 +149,13 @@ Performance, Internal Implementation, Development Support etc. been updated to pass the repository, if known, together with the prefix value. + * "git apply" had custom buffer management code that predated before + use of strbuf got widespread, which has been updated to use strbuf, + which also plugged some memory leaks. + + * The reftable backend learned to more efficiently handle exclude + patterns while enumerating the refs. + Fixes since v2.46 ----------------- @@ -284,3 +291,5 @@ Fixes since v2.46 (merge 4460e052e0 jc/range-diff-lazy-setup later to maint). (merge 0627c58e7a ak/typofixes later to maint). (merge 83799f1500 jk/t9001-deflake later to maint). + (merge e02cc08a88 ak/typofix-2.46-maint later to maint). + (merge 5c5d29e1c4 ps/ci-gitlab-upgrade later to maint).