aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-05-15 22:40:41 -0400
committerKyle Meyer <kyle@kyleam.com>2022-05-16 18:05:24 -0400
commit021ee08baf5f779c01c18f0c7ac11ac6f9f5c3fd (patch)
treed3c84a4e1b72f78ccfe1fff92fb3ba6ee8e41916
parente573f6ff44c11ac45ed6ef18063dff73f5f8d1dc (diff)
downloadpiem-021ee08baf5f779c01c18f0c7ac11ac6f9f5c3fd.tar.gz
piem-b4-am: Add --cc-trailers
This option has been available since b4 v0.6.0. Message-Id: <20220516024041.205178-3-kyle@kyleam.com>
-rw-r--r--piem-b4.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/piem-b4.el b/piem-b4.el
index 00085a3..8cbfc35 100644
--- a/piem-b4.el
+++ b/piem-b4.el
@@ -236,6 +236,7 @@ this triggers the creation of a new worktree."
(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")