Hi, On Wed, 18 Feb 2009, Jeff King wrote: > On Wed, Feb 18, 2009 at 11:14:10AM +0100, Johannes Schindelin wrote: > > > > I can now get as far as t3404, which seems to have problems due to > > > rebase-interactive using parentheses, "-a", and "-o" with "test". > > > > The parentheses will be fixed soon, but "-a" and "-o" really are > > necessary. > > Really? Are they not easily replaced with > > -test cond1 -a cond2 -o cond3 > +test cond1 && test cond2 || test cond3 ...which is substantially harder to read. > ? The trickier part is the grouping, but that is what the parentheses > are doing. I got rid of that code about two weeks ago. The upcoming rebase -i -p series is unfortunately not in a good shape at the moment; intermediate stages fail the tests, so I will have to clean up a bit. But at the moment, real world is taking my time, reducing my Git time budget substantially. On the positive side (well, half of it), I fiddle with msysGit these days, as have to use Windows again. Ciao, Dscho -- 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