Skip to content

Commit b715529

Browse files
committed
The sixth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4039b8f commit b715529

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Performance, Internal Implementation, Development Support etc.
5050
* Avoid false-positive from LSan whose assumption may be broken with
5151
higher optimization levels.
5252

53+
* Enable address and undefined sanitizer tasks at GitHub Actions CI.
54+
5355

5456
Fixes since v2.38
5557
-----------------
@@ -135,6 +137,18 @@ Fixes since v2.38
135137
corrected.
136138
(merge db84376f98 ab/grep-simplify-extended-expression later to maint).
137139

140+
* "git diff rev^!" did not show combined diff to go to the rev from
141+
its parents.
142+
(merge a79c6b6081 rs/diff-caret-bang-with-parents later to maint).
143+
144+
* Allow configuration files in "protected" scopes to include other
145+
configuration files.
146+
(merge ecec57b3c9 gc/bare-repo-discovery later to maint).
147+
148+
* Give a bit more diversity to macOS CI by using sha1dc in one of the
149+
jobs (the other one tests Apple Common Crypto).
150+
(merge 1ad5c3df35 jc/ci-osx-with-sha1dc later to maint).
151+
138152
* Other code cleanup, docfix, build fix, etc.
139153
(merge c34a6bd291 so/diff-merges-cleanup later to maint).
140154
(merge 5e7c8b75e7 ab/test-malloc-with-sanitize-leak later to maint).

0 commit comments

Comments
 (0)