On Nov 27, 2010, at 3:15 AM, Giuseppe Bilotta wrote: > This allows people (like me) that forget to sign off their commits to do > a single rebase pass e.g. while preparing the patchset for submission. You're probably already aware, but git format-patch supports the -s/--signoff flags to sign off commits as they're prepared. There's even a config var you can set to make this the default (format.signoff = true). -Kevin Ballard -- 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