Johannes Sixt wrote: > The problem should be mitigated by be39048a7 (git-sh-setup.sh: Add an > pwd() function for MinGW), where the above now returns a Windows-style > absolute path, albeit with forward slashes instead of the backslashes. http://github.com/git/git/commit/be390 This looks like a good solution for MinGW, but cygwin will not support that $ pwd -W bash: pwd: -W: invalid option pwd: usage: pwd [-LP] Cygwin uses cygpath $ cygpath -m /c/Windows/System32 C:/Windows/System32 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html