On Fri, 13 Feb 2009, Sverre Rabbelier wrote: > + case "$1" in > + --whitespace=fix|--whitespace=strip) --whitespace=*? I know that you can turn it off with --whitespace=nowarn, but that's such an outlier that we do not have to care about it, right? Or if we really want to: --whitespace=nowarn) ;; --whitespace=*) force_rebase=t ;; Hm? 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