Am 5/8/2012 8:44, schrieb Steven Penny:
Johannes Sixt wrote:
quoted
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]
Are you saying that the new pwd function will also be used on Cygwin? That
would be a bug.
-- Hannes