From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 03 Oct 2014 09:56:21 -0600 Subject: [U-Boot] [PATCH 42/42] ARM: tegra: colibri_t30: comment style fix In-Reply-To: <1412351702.2531.52.camel@localhost.localdomain> References: <199314946c37108f8c7f3762eea2704f87729171.1412266972.git.marcel@ziswiler.com> <1412319834.2531.38.camel@localhost.localdomain> <542EC35F.1010301@wwwdotorg.org> <1412351702.2531.52.camel@localhost.localdomain> Message-ID: <542EC725.2060301@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 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.