]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The 21st batch
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Sep 2024 17:33:15 +0000 (10:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Sep 2024 17:37:13 +0000 (10:37 -0700)
This pretty much should match what we would have in the upcoming
preview of 2.47.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.47.0.txt

index a6c1d4d78db9373f5d918613b7abdf572e55cb72..41ba7cfd91d3b94cce7a8d4079e779e93fb6dca7 100644 (file)
@@ -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).