From 5a92fab8d1c0de662831e1fa91f7c91dfbaecc3c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 12 Sep 2012 16:39:50 -0700 Subject: [PATCH] update quilt-mail script --- scripts/quilt-mail | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index f7bb03473dc..8b21faeb513 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -46,12 +46,22 @@ echo "" echo "greg k-h" echo "" echo "-------------" +echo "Shortlog of commits:" +echo "" +stable-shortlog +echo "" +echo "-------------" +echo "" +echo "Diffstat:" +echo "" + cat diffstat ) > ${TMPFILE} FROM="Greg KH " TO="linux-kernel@vger.kernel.org, stable@vger.kernel.org" -CC="torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk" +#CC="torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk" +CC="" SUBJECT="${BASE_VERSION}-stable review" quilt mail --mbox ${MBOX} \ @@ -66,5 +76,9 @@ quilt mail --mbox ${MBOX} \ rm ${TMPFILE} echo "mbox is now in ${MBOX}" +echo "Add:" +echo "Cc:torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk" +echo "to the first email." + #q mail --mbox x -m "$(cat ../stable-queue/00)" --sender gregkh@lf.org --from gregkh@lf.org --to foo@foo --subject "This is the subject" -- 2.47.3