Git fork

Sync with Git 2.37.3

+3 -3
+3 -3
Documentation/RelNotes/2.37.3.txt
··· 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 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