Skip to content

Commit ac8035a

Browse files
committed
Git 2.37.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0f5bd02 commit ac8035a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/RelNotes/2.37.3.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ front since 2.37.2.
77
Fixes since v2.37.2
88
-------------------
99

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.
1212

1313
* Conditionally allow building Python interpreter on Windows
1414

@@ -29,7 +29,7 @@ Fixes since v2.37.2
2929
as a repository has been taught to report more details, especially
3030
on Windows.
3131

32-
* "vimdiff3" regression fix.
32+
* "vimdiff3" regression has been corrected.
3333

3434
* "git fsck" reads mode from tree objects but canonicalizes the mode
3535
before passing it to the logic to check object sanity, which has

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.37.2
4+
DEF_VER=v2.37.3
55

66
LF='
77
'

0 commit comments

Comments
 (0)