Files
git/compat
Karsten Blees 43745a7d55 mingw: allow mingw_chdir() to change to symlink-resolved directories
If symlinks are enabled, resolve all symlinks when changing directories,
as required by POSIX.

Note: Git's `real_path()` function bases its link resolution algorithm
on this property of `chdir()`. Unfortunately, the current directory on
Windows is limited to only MAX_PATH (260) characters. Therefore using
symlinks and long paths in combination may be problematic.

Signed-off-by: Karsten Blees <karsten.blees@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-01-09 18:32:55 -08:00
..
2024-10-25 14:02:04 -04:00
2026-01-09 18:32:55 -08:00
2025-12-07 07:28:12 +09:00
2025-12-07 07:28:13 +09:00
2024-06-14 10:26:33 -07:00
2026-01-09 18:32:55 -08:00