You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes since Git for Windows v2.53.0(2) (March 10th 2026)
Due to persistent maintenance challenges, git svn is no longer included in Git for Windows. Users who still need this command are highly encouraged to use a Linux version of git svn via the Windows Subsystem for Linux instead, or switch to a regular MSYS2 setup: install MSYS2, then run the following command in the MSYS2 UCRT64 Bash: pacman -Sy mingw-w64-ucrt-x86_64-git-svn. After that, the git svn command will be available in that Bash. On Windows/ARM64, you will want to use the CLANGARM64 variant instead (and install mingw-w64-clang-aarch64-git-svn).
The shell aliases in Git Bash that ensured that interpreters such as Python and Node.JS are executed via winpty are no longer necessary, and have therefore been dropped.
Comes with the MSYS2 runtime (Git for Windows flavor) based on Cygwin v3.6.7.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Changes since Git for Windows v2.53.0(2) (March 10th 2026)
Due to persistent maintenance challenges,
git svnis no longer included in Git for Windows. Users who still need this command are highly encouraged to use a Linux version of git svn via the Windows Subsystem for Linux instead, or switch to a regular MSYS2 setup: install MSYS2, then run the following command in the MSYS2 UCRT64 Bash:pacman -Sy mingw-w64-ucrt-x86_64-git-svn. After that, thegit svncommand will be available in that Bash. On Windows/ARM64, you will want to use the CLANGARM64 variant instead (and installmingw-w64-clang-aarch64-git-svn).New Features
winptyare no longer necessary, and have therefore been dropped.Bug Fixes
iconvexecutable, which was inadvertently dropped from Git for Windows v2.53.0's installer, is now included again.git cleanalready avoids traversing NTFS junctions,git worktree removenow does the same.This discussion was created from the release Git for Windows v2.54.0-rc0.windows.1.
Beta Was this translation helpful? Give feedback.
All reactions