public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: devel@edk2.groups.io, lersek@redhat.com
Cc: Rebecca Cran <rebecca@bsdio.com>
Subject: Re: [edk2-devel] mail-archive.com (secondary archive) feed resumed
Date: Fri, 16 Feb 2024 16:06:33 +0100	[thread overview]
Message-ID: <CAMj1kXFfp3Bh0yoDzia0uu=5-bFcOw6vziJDz3W4QgX=b=hpYw@mail.gmail.com> (raw)
In-Reply-To: <51e82cd2-c5d4-448e-8eed-b07420823eb4@redhat.com>

On Fri, 16 Feb 2024 at 15:20, Laszlo Ersek <lersek@redhat.com> wrote:
>
> On 2/15/24 14:45, Rebecca Cran wrote:
> > On 2/15/2024 4:28 AM, Laszlo Ersek wrote:
> >> mail-archive.com is an important secondary archive because it offers
> >> message-id-based lookup. "git am --message-id" captures patch email
> >> message IDs in the commit messages, and then those can be used for
> >> locating the related review discussion in the archive.
> >
> > Similarly, I've been running an public-inbox instance at
> > https://openfw.io/edk2-devel/ for a while.
>
> Awesome, thanks!
>
> (And sorry that I've been unware -- you may have mentioned this
> explicitly before, and now that I search my mailbox for
> "openfw.io/edk2-devel", there is a bunch of hits!)
>

I have been using that, plus b4 and the 'script' below with reasonable
success to apply patches from the list (passing the mbox link on the
command line)

CR-LF handling remains tricky: when the transfer encoding is set
correctly, running 'todos' on the entire mbx file usually works, but
otherwise, I need to use git am with --ignore-whitespace, and fix up
the line endings for all the files that were touched by the series.




$ cat ~/bin/edk2b4
#!/bin/sh

curl -o - "$@" | gzip -dc | b4 am -t -m -


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115542): https://edk2.groups.io/g/devel/message/115542
Mute This Topic: https://groups.io/mt/104370765/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



      reply	other threads:[~2024-02-16 15:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15 11:28 [edk2-devel] mail-archive.com (secondary archive) feed resumed Laszlo Ersek
2024-02-15 13:45 ` Rebecca Cran
2024-02-16 14:20   ` Laszlo Ersek
2024-02-16 15:06     ` Ard Biesheuvel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMj1kXFfp3Bh0yoDzia0uu=5-bFcOw6vziJDz3W4QgX=b=hpYw@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox