> Alex Reisen, Mon, Oct 22, 2007 12:01: > > + strbuf_addch(out, ':'); > > Shouldn't it break MingW32 native port? > <snip> > > + 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()) sRp - 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