Scott R Parish, Mon, Oct 22, 2007 21:59:01 +0200: > > > + if (old_path) > > > + strbuf_addstr(&new_path, old_path); > > > + else > > > + strbuf_addstr(&new_path, "/usr/local/bin:/usr/bin:/bin"); > > > > the default PATH is platform-dependent. Git is multi-platform. > > You should consider putting the path list somewhere in Makefile, > > config.mak or configure. > > > > The original code was already doing both of these things (see git.c's > prepend_to_path()) Well, would be nice if your code was better in this respect. Anyway, I suspect the mingw people will trash the code anyway sometime (or not, which is just as well - it is a rare case). - 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