On Sat, Jan 12, 2008 at 06:10:30PM +0100, Johannes Schindelin wrote: > Nevertheless, I think that would be better. > > BTW does your first patch cope with scripts properly? (I.e. also valgrind > the git programs called by the script) No. To do that, you would need to set up an alternate directory at the head of the PATH with 'git' in it (and git-*, for everything we want to intercept, which I think would be all builtins, but probably not scripts (unless you want to run valgrind on perl or bash, which is probably not useful to us)). I started down that route, but it was a little ugly. How do we make that directory? Where is it stored? Is it generated each time the test script is run, or part of the Makefile? -Peff - 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