aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-06 10:22:39 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-06 10:38:52 -0700
commit4c42d5ff284067fa32837421408bebfef996bf81 (patch)
tree2a1919615cf0222eb24d465b9273c6c70b6c3e17
parentMerge branch 'jk/maybe-unused-cleanup' (diff)
downloadgit-4c42d5ff284067fa32837421408bebfef996bf81.tar.gz
git-4c42d5ff284067fa32837421408bebfef996bf81.zip
The thirteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--Documentation/RelNotes/2.47.0.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt
index f614056467..7d4ac729f8 100644
--- a/Documentation/RelNotes/2.47.0.txt
+++ b/Documentation/RelNotes/2.47.0.txt
@@ -48,6 +48,9 @@ UI, Workflows & Features
* Support for the RUNTIME_PREFIX feature has been added to z/OS port.
+ * "git send-email" learned "--mailmap" option to allow rewriting the
+ recipient addresses.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -111,6 +114,9 @@ Performance, Internal Implementation, Development Support etc.
* More trace2 events at key points on push and fetch code paths have
been added.
+ * Make our codebase compilable with the -Werror=unused-parameter
+ option.
+
Fixes since v2.46
-----------------