On 10/03/2014 09:55 AM, Marcel Ziswiler wrote:
On Fri, 2014-10-03 at 09:40 -0600, Stephen Warren wrote:
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:-)

Thanks mate, I knew there's gotta be a better way to doing this, just
never got around to actually fiddle with it.

Do you happen to know about the status of Thierry's latest PCIe patch
set?

I think Tom was going to track down who was going to apply it.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to