On 2007.11.02 11:33:09 -0400, Kristian Høgsberg wrote: > + if (all && interactive) > + die("Cannot use -a, --interactive or -i at the same time."); Shouldn't that be "if (all && (interactive || also))"? Björn - 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