Am 8/25/2010 3:36, schrieb Jonathan Nieder: > Mingw Git uses spawnvpe now, but Cygwin users might still suffer from > fork() troubles. I think it should be possible to work around that by > using posix_spawn() from start_command() on such platforms (or > someting similar). Just FYI, posix_spawn() is not sufficiently capable for the demands of start_command(): It doesn't allow to set a new CWD for the spawned process. -- Hannes -- 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