mirror of
https://github.com/git/git.git
synced 2026-02-07 16:27:02 +00:00
Actually, we should always keep the trailing slashes as both users of `normalize_ntpath()` require them: `_wchdir()` wants the slash in particular when changing the directory to a drive root, and `readlink()`'s semantics require a trailing slash for symbolic links pointing to directories. This fixes https://github.com/git-for-windows/git/issues/210 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>