On Mon, Jan 13, 2014 at 11:18:04AM -0500, Kevin O'Connor wrote: > On Mon, Jan 13, 2014 at 03:50:45PM +0200, Marcel Apfelbaum wrote: > > On Mon, 2014-01-13 at 15:17 +0200, Michael S. Tsirkin wrote: > > > On Thu, Jan 02, 2014 at 07:00:45PM +0200, Marcel Apfelbaum wrote: > > > > This patch is based on Michael S. Tsirkin's patch: > > > > [SeaBIOS] [PATCH] seabios: call pci_init_device on resume > > > > If Michael agrees with it, I'll add him to signed-off section. > > > > > > you can do this too. > > Kevin, can you add Signed-off-by: Michael S. Tsirkin <[email protected]> > > or do you prefer me to send a V2? > > Off topic, but is there an easy way to add a third-party signed-off-by > signature to a patch with git? > > -Kevin
The way I do this, is I have a script to add a stub commit with squash! subject prefix and the signature in the commit log. I later do git rebase --autosquash and it gets listed in the correct place automatically: all that remains is to tweak "# pick" to "squash" and drop the extra lines from log. I keep meaning to automate the rebase bit or add an option to git, didn't do this yet. -- MST _______________________________________________ SeaBIOS mailing list [email protected] http://www.seabios.org/mailman/listinfo/seabios
