Browse Source

Git 2.37.3

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v2.37.3
Junio C Hamano 2 years ago
parent
commit
ac8035a2af
  1. 6
      Documentation/RelNotes/2.37.3.txt
  2. 2
      GIT-VERSION-GEN

6
Documentation/RelNotes/2.37.3.txt

@ -7,8 +7,8 @@ front since 2.37.2.
Fixes since v2.37.2 Fixes since v2.37.2
------------------- -------------------


* Fix build procedure for Windows that uses CMake so that it can pick * The build procedure for Windows that uses CMake has been updated to
up the shell interpreter from local installation location. pick up the shell interpreter from local installation location.


* Conditionally allow building Python interpreter on Windows * 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 as a repository has been taught to report more details, especially
on Windows. on Windows.


* "vimdiff3" regression fix. * "vimdiff3" regression has been corrected.


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

2
GIT-VERSION-GEN

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh


GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.37.2 DEF_VER=v2.37.3


LF=' LF='
' '

Loading…
Cancel
Save