diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-05-15 22:40:40 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-05-16 18:05:24 -0400 |
commit | e573f6ff44c11ac45ed6ef18063dff73f5f8d1dc (patch) | |
tree | aa80830928cb8a8368485491c92de9484ff5990e | |
parent | 83cb95df351111abe8e8cd0d9c264158082e6081 (diff) | |
download | piem-e573f6ff44c11ac45ed6ef18063dff73f5f8d1dc.tar.gz |
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>
-rw-r--r-- | piem-b4.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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") |