summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-01-17 01:10:42 +0100
committerJunio C Hamano <gitster@pobox.com>2025-01-17 01:35:14 +0100
commitefff4a85a4fce58b2aa850c6fbf4d8828329f51d (patch)
treeb0f0bae2e576f42301c76702561d00f1970c9007
parentMerge branch 'mb/t7110-use-test-path-helper' (diff)
downloadgit-efff4a85a4fce58b2aa850c6fbf4d8828329f51d.tar.xz
git-efff4a85a4fce58b2aa850c6fbf4d8828329f51d.zip
The first batchHEADmaster
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.49.0.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt
index b4a1f10a78..dbdec19a69 100644
--- a/Documentation/RelNotes/2.49.0.txt
+++ b/Documentation/RelNotes/2.49.0.txt
@@ -8,8 +8,26 @@ UI, Workflows & Features
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
+ * More -Wsign-compare fixes.
+
+ * meson-based build now supports the unsafe-sha1 build knob.
+
Fixes since v2.48
-----------------
+ * "git submodule" learned various ways to spell the same option,
+ e.g. "--branch=B" can be spelled "--branch B" or "-bB".
+ (merge b86f0f9071 re/submodule-parse-opt later to maint).
+
+ * Tweak the help text used for the option value placeholders by
+ parse-options API so that translations can customize the "<>"
+ placeholder signal (e.g. "--option=<value>").
+ (merge 5b34dd08d0 as/long-option-help-i18n later to maint).
+
+ * CI jobs gave sporadic failures, which turns out that that the
+ object finalization code was giving an error when it did not have
+ to.
+ (merge d7fcbe2c56 ps/object-collision-check later to maint).
+
* Other code cleanup, docfix, build fix, etc.