Skip to content

Commit 186e604

Browse files
committed
Add --auto switch to mail popup
The --auto switch causes stg to parse tags in each commit message and add recipients from them to that mail only. This is distinct from the --auto-recipients switch already present, and is useful for, e.g., Cc'ing subsets of a patch series to people not interested in the full series. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 39a6726 commit 186e604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magit-stgit.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ Use ARGS to pass additional arguments."
550550
:switches '((?m "Generate an mbox file instead of sending" "--mbox")
551551
(?g "Use git send-email" "--git" t)
552552
(?e "Edit cover letter before send" "--edit-cover")
553+
(?a "Auto-detect recipients for each patch" "--auto")
553554
(?A "Auto-detect To, Cc and Bcc for all patches from cover"
554555
"--auto-recipients" t))
555556
:options '((?o "Set file as cover message" "--cover="

0 commit comments

Comments
 (0)