aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-25 10:33:15 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-25 10:37:13 -0700
commita116aba5d54bf44c6fc27fa1a4c2431d53cf8ff5 (patch)
tree861a18416802453859fd6c36ef29580481d0f460
parentcbb5b53a9c0e6bbe6f8df2dd371735ecbc710fe7 (diff)
downloadgit-a116aba5d54bf44c6fc27fa1a4c2431d53cf8ff5.tar.gz
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 <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.47.0.txt9
1 files changed, 9 insertions, 0 deletions
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).