From e573f6ff44c11ac45ed6ef18063dff73f5f8d1dc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 15 May 2022 22:40:40 -0400 Subject: piem-b4-am: Move trailer-related options to dedicated section 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. Message-Id: <20220516024041.205178-2-kyle@kyleam.com> --- piem-b4.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/piem-b4.el b/piem-b4.el index 5a1c273..00085a3 100644 --- a/piem-b4.el +++ b/piem-b4.el @@ -233,12 +233,13 @@ this triggers the creation of a new worktree." ;; 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") -- cgit v1.2.3