]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.37.3 v2.37.3
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Aug 2022 17:22:10 +0000 (10:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Aug 2022 17:22:10 +0000 (10:22 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.37.3.txt
GIT-VERSION-GEN

index dc57b7b78309654566d97790b80e24c88fffdb0a..d66689e598e416968a5973cfa65da2c5a114ccbe 100644 (file)
@@ -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
index e2d51b505d05fb04d4d78f30a1139bebc424b47c..fb16249620d01d4c948bdbf476dfa606c84b65e4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.37.2
+DEF_VER=v2.37.3
 
 LF='
 '