aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-08 12:38:15 +0900
committerJunio C Hamano <gitster@pobox.com>2023-01-08 13:25:20 +0900
commita38d39a4c50d1275833aba54c4dbdfce9e2e9ca1 (patch)
tree27f9fa75c6d8cdae7834f38006b631522c6a5ac3 /Documentation/RelNotes
parent7ec4cccaa514ef7f60125cacd98b7b4fc9ca6d44 (diff)
downloadgit-a38d39a4c50d1275833aba54c4dbdfce9e2e9ca1.tar.gz
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.40.0.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.40.0.txt b/Documentation/RelNotes/2.40.0.txt
index 5193a99dff..d7685b82b0 100644
--- a/Documentation/RelNotes/2.40.0.txt
+++ b/Documentation/RelNotes/2.40.0.txt
@@ -48,6 +48,20 @@ Performance, Internal Implementation, Development Support etc.
* Stop using "git --super-prefix" and narrow the scope of its use to
the submodule--helper.
+ * Stop running win+VS build by default.
+ (merge a0da6deeec js/ci-disable-cmake-by-default later to maint).
+
+ * CI updates. We probably want a clean-up to move the long shell
+ script embedded in yaml file into a separate file, but that can
+ come later.
+ (merge 4542582e59 cw/ci-whitespace later to maint).
+
+ * Use `git diff --no-index` as a test_cmp on Windows.
+
+ We'd probably need to revisit "do we really want to, and have to,
+ lose CRLF vs LF?" later, at which time we may be able to further
+ clean this up by replacing "git diff --no-index" with "diff -u".
+
Fixes since v2.39
-----------------