From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Eric_B=E9nard?= Date: Wed, 24 Feb 2010 20:51:35 +0100 Subject: [U-Boot] my recent i2c patches In-Reply-To: References: Message-ID: <4B858347.9080305@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Frans, Le 24/02/2010 20:32, Frans Meulenbroeks a ?crit : > If anyone can educate me how to get the patches numbered, please > (I have sent this by git send-email 0001... 0002.... etc in one command > git format-patch -n -n, --numbered Name output in [PATCH n/m] format, even with a single patch. > Frans. > > PS: I once read somewhere that it is also possible to add additional > text in a patch only for the mailing list, so not part of the commit > message. > However, I could not find that info any more. If someone by any chance > knows that please drop me a mail. maybe this option to git format-patch can help you even if that's not exactly what you ask here : --cover-letter In addition to the patches, generate a cover letter file containing the shortlog and the overall diffstat. You can fill in a description in the file before sending it out. Eric