Josh Triplett wrote: > +if [ "$disabled" = true ]; then > + echo "clean.requireForce set and -n or -f not given; refusing to clean" > + exit 1 > +fi How is it useful to abort completely? Wouldn't it be better to behave like -n unless -f is given? Cheers, Michael Spang - 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