On Tue, Nov 30, 2010 at 9:09 AM, Giuseppe Bilotta <giuseppe.bilotta@xxxxxxxxx> wrote: > On Mon, Nov 29, 2010 at 11:57 PM, Kevin Ballard <kevin@xxxxxx> wrote: >> 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). > > That works if you're sharing your patches with format-patch, but not > for example when asking for a pull. Maybe I should extend the commit > message to include this case. For what it's worth, somebody on #git just asked how to signoff a bunch of patches. The answer was to rebase -i and sign off each one of them. This is exactly the kind of usage that my patch would simplify. Any chance of it getting merged? -- Giuseppe "Oblomov" Bilotta -- 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