Zitat von Junio C Hamano <gitster@xxxxxxxxx>: > Johannes Sixt <johannes.sixt@xxxxxxxxxx> writes: > > > Zitat von Steffen Prohaska <prohaska@xxxxxx>: > > ... > >> The patch below might fix the problem by always calling 'bin/git' > >> for builtin commands. The computation in system_path() would > >> always start from 'bin' and thus yields predictable results. I > >> am not sure however if it fully solves the problem because other > >> code paths might run the dashed forms directly. > > > > This paragraph should go into the commit message. > > > ... > > Your patches make a lot of sense. > > I was almost going to suggest doing this everywhere not just on Windows, > but execv_git_cmd() on the POSIX side already runs "git" wrapper, so this > patch makes them in line, finally. For this reason I'm in favor of these patches. I didn't run the full test suite with them, yet, (you know, that takes a while on Windows), but "make *clone* *fetch* *pack*" worked out OK. -- 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