All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: tools@linux.kernel.org
Subject: b4 change: "send --prefixes" is now "prep --set-prefixes"
Date: Tue, 6 Dec 2022 11:51:54 -0500	[thread overview]
Message-ID: <20221206165154.obuthhlgnkvwju4w@meerkat.local> (raw)

Hi, all:

The previous way of dealing with extra subject line prefixes was to append
them during the "b4 send" stage:

    b4 send --prefixes RFC

I realized that some subsystems require more permanent prefixes, such as
[PATCH netdev] or [PATCH bpf], and it was too easy to forget to add them each
time the "send" command was invoked. For this reason, I'm making the prefixes
"sticky" across revisions.

For example, if you want to send an RFC patch series to netdev:

    b4 prep --set-prefixes RFC netdev

To remove the RFC prefix once you're ready for it:

    b4 prep --set-prefixes netdev

To remove all prefixes:

    b4 prep --set-prefixes ''

In addition to the "--set-prefixes" command, these extra prefixes can also be
added to the cover letter subject line (and edited via "b4 prep --edit-cover"):

    [RFC netdev] Cover letter subject line

    Cover letter body.
    ---
    Changes in v2:
    ...

This change will be in the 0.11 version of b4, which will probably be released
later today or tomorrow.

-K

                 reply	other threads:[~2022-12-06 16:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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-all 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=20221206165154.obuthhlgnkvwju4w@meerkat.local \
    --to=konstantin@linuxfoundation.org \
    --cc=tools@linux.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.