Skip to content

Commit a38d39a

Browse files
committed
The sixth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7ec4ccc commit a38d39a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.40.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ Performance, Internal Implementation, Development Support etc.
4848
* Stop using "git --super-prefix" and narrow the scope of its use to
4949
the submodule--helper.
5050

51+
* Stop running win+VS build by default.
52+
(merge a0da6deeec js/ci-disable-cmake-by-default later to maint).
53+
54+
* CI updates. We probably want a clean-up to move the long shell
55+
script embedded in yaml file into a separate file, but that can
56+
come later.
57+
(merge 4542582e59 cw/ci-whitespace later to maint).
58+
59+
* Use `git diff --no-index` as a test_cmp on Windows.
60+
61+
We'd probably need to revisit "do we really want to, and have to,
62+
lose CRLF vs LF?" later, at which time we may be able to further
63+
clean this up by replacing "git diff --no-index" with "diff -u".
64+
5165

5266
Fixes since v2.39
5367
-----------------

0 commit comments

Comments
 (0)