File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ front since 2.37.2.
7
7
Fixes since v2.37.2
8
8
-------------------
9
9
10
- * Fix build procedure for Windows that uses CMake so that it can pick
11
- up the shell interpreter from local installation location.
10
+ * The build procedure for Windows that uses CMake has been updated to
11
+ pick up the shell interpreter from local installation location.
12
12
13
13
* Conditionally allow building Python interpreter on Windows
14
14
@@ -29,7 +29,7 @@ Fixes since v2.37.2
29
29
as a repository has been taught to report more details, especially
30
30
on Windows.
31
31
32
- * "vimdiff3" regression fix .
32
+ * "vimdiff3" regression has been corrected .
33
33
34
34
* "git fsck" reads mode from tree objects but canonicalizes the mode
35
35
before passing it to the logic to check object sanity, which has
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.37.2
4
+ DEF_VER=v2.37.3
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments