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 ? The trickier part is the grouping, but that is what the parentheses are doing. -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