On 10/03/2014 01:03 AM, Marcel Ziswiler wrote:
On Thu, 2014-10-02 at 18:23 +0200, Marcel Ziswiler wrote:

Sorry about the 42/42 thingy but my tree is still holding Thierry's (now
on CC) latest PCIe patch set (BTW: what's the status there?) and I
forgot to fix that up prior to sending it out.

If you want to extract just 1 (or some specific number) of commits rather than "everything since upstream", you can always run:

git format-patch -1 commit_id

where -1 means "1 commit" (and could be any number) and commit_id is the most recent commit you want to send. That way, format-patch will generate the correct N/M values in the email subjects without you having to fix them up:-)
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to