diff options
author | Simon Glass | 2013-03-20 16:43:00 +0000 |
---|---|---|
committer | Simon Glass | 2013-04-04 14:04:34 -0700 |
commit | fe2f8d9e2f1bc00f143a22191a1d7076667ff436 (patch) | |
tree | 1a090f463c9136d9ae2a5f622e8d548e07ba32e8 /tools/patman/README | |
parent | 6d819925d0781b1fa8e5526f73cd277449dc08e1 (diff) |
patman: Add Cover-letter-cc tag to Cc cover letter to people
The cover letter is sent to everyone who is on the Cc list for any of
the patches in the series. Sometimes it is useful to send just the cover
letter to additional people, so that they are aware of the series, but
don't need to wade through all the individual patches.
Add a new Cover-letter-cc tag for this purpose.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Diffstat (limited to 'tools/patman/README')
-rw-r--r-- | tools/patman/README | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/patman/README b/tools/patman/README index 86d366fe9bf..9922f2a37ae 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -182,6 +182,10 @@ END Sets the cover letter contents for the series. The first line will become the subject of the cover letter +Cover-letter-cc: email / alias + Additional email addresses / aliases to send cover letter to (you + can add this multiple times) + Series-notes: blah blah blah blah @@ -263,7 +267,13 @@ will create a patch which is copied to x86, arm, sandbox, mikef, ag and afleming. If you have a cover letter it will get sent to the union of the CC lists of -all of the other patches. +all of the other patches. If you want to sent it to additional people you +can add a tag: + +Cover-letter-cc: <list of addresses> + +These people will get the cover letter even if they are not on the To/Cc +list for any of the patches. Example Work Flow |