[MODERATED] Re: [PATCH v2 0/2] v2: more sampling fun 0

mark gross <[email protected]> Tue, 25 Feb 2020 09:43:31 -0800
Newsgroups org.kernel.lore.historical-speck
Message-ID <[email protected]>
On Tue, Feb 25, 2020 at 10:55:30AM -0600, speck for Josh Poimboeuf wrote:
> On Mon, Feb 24, 2020 at 01:45:10PM -0800, speck for mark gross wrote:
> > From: mark gross <[email protected]>
> > Subject: [PATCH v2 0/2] more sampling fun
> 
> It looks like the actual patches didn't come through?

Heavy sigh....

I have nothing but badd luck with this.  I updated my .gitconfig on the new
workstation to use [email protected] and I git commit --ammend ed the
commit I thought was blocked because it had an author of [email protected]
instead of the other one.

I assume they are getting held up by something on the list server end but, I
have no idea what I'm doing to piss it off. :(

If anyone could help clue me in I'll try to correct whatever I'm doing wrong.
The other two patches where sent using the same process:

*  git format-patch -o mail -n --to [email protected] --thread --cover-letter v5.6-rc3
*  speckify-gitmail -s "more sampling fun" mail/ spec/
*  for b in `ls`; do sendmail -t -i -f smtp.intel.com  <$b; done

--mark