The problem is that on Windows, you cannot keep a file open and delete it
at the same time. This is an issue in Windows' equivalent of VFS.
A neat trick to work with temporary files without permission issues is to
open the file and delete it right after that. This does not work on
Windows.
The problem is not so much opening, but determining if an existing file
and a file in the index have the same name.
For example, "README" in the index, but "readme" in the working directory,
will be handled as "deleted/untracked" by the current machinery. IOW git
will not know that what it gets from readdir() as "readme" really is the
same file as "README" in the index.
No, native.
Once you experienced the performance of git on Linux, then rebooted into
Windows on the same box, you will grow a beard while waiting for trivial
operations.
Sure, git kicks ass on Windows, but only as compared to other programs _on
Windows_.
I think Alex means this: you can have C:\a\b\c and D:\a\b\c. So depending
on which drive you are, you mean one or the other. Just comparing the
paths is not enough.
Yes. And we rely on the performance very much.
Hth,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html