Skip to content

Commit 1fc548b

Browse files
committed
The sixth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4241eec commit 1fc548b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ Performance, Internal Implementation, Development Support etc.
3434

3535
* "git check-attr" has been taught to work better with sparse-index.
3636

37+
* It may be tempting to leave the help text NULL for a command line
38+
option that is either hidden or too obvious, but "git subcmd -h"
39+
and "git subcmd --help-all" would have segfaulted if done so. Now
40+
the help text is optional.
41+
42+
* Tests that are known to pass with LSan are now marked as such.
43+
(merge 5fafe8c95f tb/mark-more-tests-as-leak-free later to maint).
44+
45+
* Flakey "git p4" tests, as well as "git svn" tests, are now skipped
46+
in the (rather expensive) sanitizer CI job.
47+
(merge 6ba913629f js/ci-san-skip-p4-and-svn-tests later to maint).
48+
49+
* Tests with LSan from time to time seem to emit harmless message
50+
that makes our tests unnecessarily flakey; we work it around by
51+
filtering the uninteresting output.
52+
(merge 370ef7e40d jk/test-lsan-denoise-output later to maint).
3753

3854

3955
Fixes since v2.42

0 commit comments

Comments
 (0)