Re: New module windows-cygpath

2025-05-05 Thread Bruno Haible via Gnulib discussion list
The native Windows 'git' program prints file names in the form C:/Users/foo/bar . (It is linked with MSYS2, not with Cygwin.) We don't need to call cygpath in this case, but we still need to convert C:/Users/foo/bar -> C:\Users\foo\bar like 'cygpath -w' would do. 2025-05-05 Bruno Haible

New module windows-cygpath

2025-05-05 Thread Bruno Haible via Gnulib discussion list
uno Haible New module windows-cygpath. * lib/windows-cygpath.h: New file, based on lib/cygpath.h. * lib/windows-cygpath.c: New file, based on lib/cygpath.c. * modules/windows-cygpath: New file. lib/windows