mirror of
https://github.com/git/git.git
synced 2026-02-11 02:08:39 +00:00
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 fixes https://github.com/msysgit/git/issues/359 (in Git for Windows
2.x only, though).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>