The forwarded message (sent yesterday) doesn't seem to have made it to the 'lmi' mailing list. It's not here: http://lists.nongnu.org/archive/html/lmi/2014-10/index.html and it didn't get resent back to my email account either. Yet other lists at lists.gnu.org do have updates today.
And the lmi "commits" list: http://lists.gnu.org/archive/html/lmi-commits/2014-10/index.html only goes up to revision 6008, so it's missing the two most recent: 6009 20141030T1210Z 6010 20141031T0141Z although I can see those commits correctly in svn: http://svn.savannah.nongnu.org/viewvc/lmi/trunk/?root=lmi -------- Original Message -------- From: - Thu Oct 30 12:37:47 2014 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00800000 X-Mozilla-Keys: Message-ID: <5452311a.2020...@sbcglobal.net> Date: Thu, 30 Oct 2014 12:37:46 +0000 From: Greg Chicares <gchica...@sbcglobal.net> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Let me illustrate... <l...@nongnu.org> Subject: git-am [Was: progress display] References: <544f91f3....@sbcglobal.net><e1xj78u-0002im...@smtp.tt-solutions.com> <54503011.2040...@sbcglobal.net><e1xjusa-0004ae...@smtp.tt-solutions.com> <54513cb5.9050...@sbcglobal.net> <e1xje8k-0005ey...@smtp.tt-solutions.com> In-Reply-To: <e1xje8k-0005ey...@smtp.tt-solutions.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 2014-10-30 01:02Z, Vadim Zeitlin wrote: [...] > BTW, I don't know how do you apply the patches, but if you have git now, > you should be able to just do "git am < email_body". I've been pasting from email into a here-document. It takes a few seconds, but OTOH it's often advantageous to have the patch in a file. I know where my mbox archives are, and I have a separate one for this mailing list. But a quick look here: https://www.kernel.org/pub/software/scm/git/docs/git-am.html | When initially invoking git am, you give it the names of the mailboxes | to process. Upon seeing the first patch that does not apply, it aborts leaves me with the impression that git-am wants to apply every patch it can find. I want to be selective. I don't see any option that would let me specify a particular email. But I must be missing something.