Git for Windows v2.46.0.windows.1 #5097
dscho
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changes since Git for Windows v2.45.2 (June 3rd 2024)
Git for Windows for Windows v2.46 is the last version to support for Windows 7 and for Windows 8, see MSYS2's corresponding deprecation announcement (Git for Windows relies on MSYS2 for components such as Bash and Perl).
Please also note that the 32-bit variant of Git for Windows is deprecated; Its last official release is planned for 2025.
New Features
git config
respects two user-wide configs:.gitconfig
in the home directory, and.config/git/config
. Since the latter isn't a Windows-native directory, Git for Windows now looks forGit/config
in theAppData
directory, unless.config/git/config
exists.core.fsmonitor=true
(scalar clone
does this automatically).Bug Fixes
ls
command can now be used in OneDrive-managed folders without having to hydrate all the files.git clone
andgit init
were broken, which has been fixed.This discussion was created from the release Git for Windows v2.46.0.windows.1.
Beta Was this translation helpful? Give feedback.
All reactions