From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 03 Oct 2014 09:40:15 -0600 Subject: [U-Boot] [PATCH 42/42] ARM: tegra: colibri_t30: comment style fix In-Reply-To: <1412319834.2531.38.camel@localhost.localdomain> References: <199314946c37108f8c7f3762eea2704f87729171.1412266972.git.marcel@ziswiler.com> <1412319834.2531.38.camel@localhost.localdomain> Message-ID: <542EC35F.1010301@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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:-)