summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-30 17:27:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-08-30 17:27:16 (GMT)
commitd42b38dfb5edf1a7fddd9542d722f91038407819 (patch)
treead2997802daccff7f74d59c7e555437f35502b4d
parent6c8e4ee870332d11e4bba84901654b355a9ff016 (diff)
parentac8035a2affdf30f2c691ad760826d955bba0507 (diff)
downloadgit-d42b38dfb5edf1a7fddd9542d722f91038407819.zip
git-d42b38dfb5edf1a7fddd9542d722f91038407819.tar.gz
git-d42b38dfb5edf1a7fddd9542d722f91038407819.tar.bz2
Sync with Git 2.37.3
-rw-r--r--Documentation/RelNotes/2.37.3.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.37.3.txt b/Documentation/RelNotes/2.37.3.txt
index dc57b7b..d66689e 100644
--- a/Documentation/RelNotes/2.37.3.txt
+++ b/Documentation/RelNotes/2.37.3.txt
@@ -7,8 +7,8 @@ front since 2.37.2.
Fixes since v2.37.2
-------------------
- * Fix build procedure for Windows that uses CMake so that it can pick
- up the shell interpreter from local installation location.
+ * The build procedure for Windows that uses CMake has been updated to
+ pick up the shell interpreter from local installation location.
* Conditionally allow building Python interpreter on Windows
@@ -29,7 +29,7 @@ Fixes since v2.37.2
as a repository has been taught to report more details, especially
on Windows.
- * "vimdiff3" regression fix.
+ * "vimdiff3" regression has been corrected.
* "git fsck" reads mode from tree objects but canonicalizes the mode
before passing it to the logic to check object sanity, which has