On Thu, Oct 06, 2011 at 09:01:18AM -0700, Joe Perches wrote: > On Thu, 2011-10-06 at 17:51 +0200, Fabrice Jouhaud wrote: > > From: Yargil <yargil@xxxxxxx> > > It would be better to use your full name on the "From: " line In fact, in these cases I will normally copy the full name from Signed-off-by to the From line before applying the patch. (In general the signed-off-by line and the From line should have the same contents.) - Ted P.S. Helpful tip: if you use emacs, try putting something like this in your .emacs.el file: (defun insert-signed-off-by () (interactive) (insert "Signed-off-by: Fabrice Jouhaud" <yargil@xxxxxxx>\n")) (global-set-key "\^Cs" 'insert-signed-off-by) -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html