From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Anderson Date: Wed, 20 Mar 2013 20:46:25 -0700 Subject: [U-Boot] [PATCH 7/8] patman: Add Cover-letter-cc tag to Cc cover letter to people In-Reply-To: <1363833781-14557-8-git-send-email-sjg@chromium.org> References: <1363833781-14557-1-git-send-email-sjg@chromium.org> <1363833781-14557-8-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Simon, On Wed, Mar 20, 2013 at 7:43 PM, Simon Glass wrote: > 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 > --- > tools/patman/README | 12 +++++++++++- > tools/patman/patchstream.py | 8 ++++++++ > tools/patman/series.py | 11 ++++++++--- > 3 files changed, 27 insertions(+), 4 deletions(-) Identical to the already posted so I'll repeat my existing review. ;) Reviewed-by: Doug Anderson