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
mingw: keep trailing slashes when switching directories
This is needed so that `_wchdir()` can be used with drive root
directories, e.g. C:\ (`_wchdir("C:")` fails to switch the directory
to the root directory).
This fixesmsysgit#359 (in Git for Windows
2.x only, though).
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments