Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1251712526.4189.25.ca...@swa-m460> you wrote: > > ok - Signed-off-by is missing although my .gitconfig has "signoff = > true" set in [format] section ... looks like I need -s arg at git > format-patch. Any hints about this ?
The Signed-off-by: does not get added when exporting the commit as a patch, but when committing the changes, i. e. it is part of the commit message, not added later. > I also couldn't figure out how to send a *single* mail for a single > patch, i.e. without this initial stuff. IMHO this is only needed for a > patch series. What do you mean by "initial stuff" ? > Is there anything else you want me to fix for this patch before I > resubmit it ? Please provide a usable commit message (if needed, use "git commit --amend", eventually as part of a "git rebase -i", to fix the commit message in your repository) and make sure it contains a Signed-off-by: line. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] It all seemed, he thought, to be rather a lot of trouble to go to just sharpen a razor blade. - Terry Pratchett, _The Light Fantastic_ _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

