* [PATCH 0/2] piem-b4-am: Add --cc-trailers
@ 2022-05-16 2:40 Kyle Meyer
2022-05-16 2:40 ` [PATCH 1/2] piem-b4-am: Move trailer-related options to dedicated section Kyle Meyer
2022-05-16 2:40 ` [PATCH 2/2] piem-b4-am: Add --cc-trailers Kyle Meyer
0 siblings, 2 replies; 3+ messages in thread
From: Kyle Meyer @ 2022-05-16 2:40 UTC (permalink / raw)
To: piem
[1/2] piem-b4-am: Move trailer-related options to dedicated section
[2/2] piem-b4-am: Add --cc-trailers
piem-b4.el | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
base-commit: cbddebaa8e535e94d95510f02ebe8152c5d1a0b8
--
2.36.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] piem-b4-am: Move trailer-related options to dedicated section
2022-05-16 2:40 [PATCH 0/2] piem-b4-am: Add --cc-trailers Kyle Meyer
@ 2022-05-16 2:40 ` Kyle Meyer
2022-05-16 2:40 ` [PATCH 2/2] piem-b4-am: Add --cc-trailers Kyle Meyer
1 sibling, 0 replies; 3+ messages in thread
From: Kyle Meyer @ 2022-05-16 2:40 UTC (permalink / raw)
To: piem
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] piem-b4-am: Add --cc-trailers
2022-05-16 2:40 [PATCH 0/2] piem-b4-am: Add --cc-trailers Kyle Meyer
2022-05-16 2:40 ` [PATCH 1/2] piem-b4-am: Move trailer-related options to dedicated section Kyle Meyer
@ 2022-05-16 2:40 ` Kyle Meyer
1 sibling, 0 replies; 3+ messages in thread
From: Kyle Meyer @ 2022-05-16 2:40 UTC (permalink / raw)
To: piem
This option has been available since b4 v0.6.0.
---
piem-b4.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/piem-b4.el b/piem-b4.el
index 00085a30..8cbfc35a 100644
--- a/piem-b4.el
+++ b/piem-b4.el
@@ -236,6 +236,7 @@ (transient-define-prefix piem-b4-am ()
(piem-b4-am:--use-version)
(piem-b4-am:--cherry-pick)]
["Trailer options"
+ ("+c" "Copy To: and Cc: addresses as Cc: trailers" "--cc-trailers")
("-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")
--
2.36.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-16 2:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16 2:40 [PATCH 0/2] piem-b4-am: Add --cc-trailers Kyle Meyer
2022-05-16 2:40 ` [PATCH 1/2] piem-b4-am: Move trailer-related options to dedicated section Kyle Meyer
2022-05-16 2:40 ` [PATCH 2/2] piem-b4-am: Add --cc-trailers Kyle Meyer
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).