Skip to content

Commit efff4a8

Browse files
committed
The first batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b9a6830 commit efff4a8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/RelNotes/2.49.0.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,26 @@ UI, Workflows & Features
88
Performance, Internal Implementation, Development Support etc.
99
--------------------------------------------------------------
1010

11+
* More -Wsign-compare fixes.
12+
13+
* meson-based build now supports the unsafe-sha1 build knob.
14+
1115

1216
Fixes since v2.48
1317
-----------------
1418

19+
* "git submodule" learned various ways to spell the same option,
20+
e.g. "--branch=B" can be spelled "--branch B" or "-bB".
21+
(merge b86f0f9071 re/submodule-parse-opt later to maint).
22+
23+
* Tweak the help text used for the option value placeholders by
24+
parse-options API so that translations can customize the "<>"
25+
placeholder signal (e.g. "--option=<value>").
26+
(merge 5b34dd08d0 as/long-option-help-i18n later to maint).
27+
28+
* CI jobs gave sporadic failures, which turns out that that the
29+
object finalization code was giving an error when it did not have
30+
to.
31+
(merge d7fcbe2c56 ps/object-collision-check later to maint).
32+
1533
* Other code cleanup, docfix, build fix, etc.

0 commit comments

Comments
 (0)