mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
An earlier patch has implemented getcwd() so that it converts the drive letter into the POSIX-like path that is used internally by MinGW (C:\foo => /c/foo), but this style does not work outside the MinGW shell. It is better to just convert the backslashes to forward slashes and handle the drive letter explicitly.
6.4 KiB
6.4 KiB