From: Kyle Meyer <kyle@kyleam.com>
To: piem@inbox.kyleam.com
Subject: [PATCH 1/2] piem-b4-am: Move trailer-related options to dedicated section
Date: Sun, 15 May 2022 22:40:40 -0400 [thread overview]
Message-ID: <20220516024041.205178-2-kyle@kyleam.com> (raw)
In-Reply-To: <20220516024041.205178-1-kyle@kyleam.com>
The trailer-related options happen to be grouped together with the
alphabetical sorting of the options setting, but the next commit will
add a trailer option that breaks this pattern. Add a section to keep
them together.
---
piem-b4.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/piem-b4.el b/piem-b4.el
index 5a1c2734..00085a30 100644
--- a/piem-b4.el
+++ b/piem-b4.el
@@ -233,12 +233,13 @@ (transient-define-prefix piem-b4-am ()
;; Hide by default because it hard codes the URL.
(7 "-l" "Add a lore.kernel.org/r/ to patches" "--add-link")
("-L" "Do not reroll partial series" "--no-partial-reroll")
+ (piem-b4-am:--use-version)
+ (piem-b4-am:--cherry-pick)]
+ ["Trailer options"
("-s" "Add my signed-off-by" "--add-my-sob")
("-S" "Apply trailers without checking email addresses" "--sloppy-trailers")
("-t" "Apply cover letter trailers" "--apply-cover-trailers")
- ("-T" "Do not add trailers" "--no-add-trailers")
- (piem-b4-am:--use-version)
- (piem-b4-am:--cherry-pick)]
+ ("-T" "Do not add trailers" "--no-add-trailers")]
["Options for creating am-ready mboxes"
("-3" "Prepare for 3-way merge" "--prep-3way")
("-g" "Try to guess base" "--guess-base")
--
2.36.0
next prev parent reply other threads:[~2022-05-16 2:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-16 2:40 [PATCH 0/2] piem-b4-am: Add --cc-trailers Kyle Meyer
2022-05-16 2:40 ` Kyle Meyer [this message]
2022-05-16 2:40 ` [PATCH 2/2] " Kyle Meyer
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
List information: https://git.kyleam.com/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220516024041.205178-2-kyle@kyleam.com \
--to=kyle@kyleam.com \
--cc=piem@inbox.kyleam.com \
/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.
Code repositories for project(s) associated with this public inbox
https://git.kyleam.com/piem/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).