summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes/2.46.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-06-10 19:30:07 +0200
committerJunio C Hamano <gitster@pobox.com>2024-06-10 19:30:39 +0200
commit8d94cfb54504f2ec9edc7ca3eb5c29a3dd3675ae (patch)
tree9fc7a4b6b643ea9df1b0f348394cbcc75ed07885 /Documentation/RelNotes/2.46.0.txt
parentMerge branch 'jk/leakfixes' (diff)
downloadgit-8d94cfb54504f2ec9edc7ca3eb5c29a3dd3675ae.tar.xz
git-8d94cfb54504f2ec9edc7ca3eb5c29a3dd3675ae.zip
The twelfth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--Documentation/RelNotes/2.46.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt
index 0a6ad3bd1e..d1e4d016a6 100644
--- a/Documentation/RelNotes/2.46.0.txt
+++ b/Documentation/RelNotes/2.46.0.txt
@@ -117,6 +117,8 @@ Performance, Internal Implementation, Development Support etc.
* "git add -p" learned to complain when an answer with more than one
letter is given to a prompt that expects a single letter answer.
+ * The alias-expanded command lines are logged to the trace output.
+
Fixes since v2.45
-----------------
@@ -210,6 +212,8 @@ Fixes since v2.45
which has been corrected.
(merge 407997c1dd ps/fix-reinit-includeif-onbranch later to maint).
+ * Memory leaks in "git mv" has been plugged.
+
* Other code cleanup, docfix, build fix, etc.
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
(merge 55702c543e fa/p4-error later to maint).