Hi Peff, On Fri, 3 Mar 2017, Jeff King wrote: > On Fri, Mar 03, 2017 at 12:16:31PM +0100, Johannes Schindelin wrote: > > > > What is "dir"? I'm guessing this patch got reordered and it should > > > stay as cwd.buf? > > > > Oh drats. Usually I do a final `git rebase -x "make test" > > upstream/master` run before submitting, but I was really, really tired > > by the end of that stretch. > > I usually do the same, and have done the "too tired" thing, too, only to > have it bite me. That's why I so readily recognized the problem. :) :-) > I've recently switched to using Michael's "git test" program[1], which > caches the test results for each tree in a git-note. That makes the > final "rebase -x" a lot less painful if you've left the early commits > alone. Good point. I meant to have a look, but got really overwhelmed with other things. > The python dependency might be a blocker for you, but I suspect the > caching parts would be easy to hack together with shell. No, personally I have no problem with Python. If you asked me to include it in Git for Windows' installer, increasing the size noticably, that would be a totally different matter, of course. Ciao, Dscho