mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
patman: Add all CC addresses to the cover letter
If we're sending a cover letter make sure to CC everyone that we're CCing on each of the individual patches. Signed-off-by: Doug Anderson <dianders@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
d94566a111
commit
3118725515
@@ -140,7 +140,7 @@ else:
|
||||
options.count + options.start):
|
||||
ok = False
|
||||
|
||||
cc_file = series.MakeCcFile(options.process_tags)
|
||||
cc_file = series.MakeCcFile(options.process_tags, cover_fname)
|
||||
|
||||
# Email the patches out (giving the user time to check / cancel)
|
||||
cmd = ''
|
||||
|
Reference in New Issue
Block a user