summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-07-14 15:39:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-19 17:34:18 +0100
commited5e3f11e270694223c51bbde7fe4e9ce5517173 (patch)
treea2868017e4c6a980bc3582008d8638fa8e43ab4b /scripts
parentd8a3cd563040e3df35f69cbebc9b0b14e5d12695 (diff)
downloadast2050-yocto-poky-ed5e3f11e270694223c51bbde7fe4e9ce5517173.zip
ast2050-yocto-poky-ed5e3f11e270694223c51bbde7fe4e9ce5517173.tar.gz
send-pull-request: default to --supress-cc=all
Unless the user specifies -c, don't pull in any email addresses from the patches in the series. This avoids having to remove the email addresses from patches being pulled in from upstream. If you want the email addresses on the patch to be added, continue to use the -c option as before. (From OE-Core rev: aaa85bd838f1c1518f8e65c36e265e6b9e141406) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/send-pull-request2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index 4904a0d..be13009 100755
--- a/scripts/send-pull-request
+++ b/scripts/send-pull-request
@@ -26,7 +26,7 @@
AUTO=0
AUTO_CL=0
-GITSOBCC=""
+GITSOBCC="--suppress-cc=all"
# Prevent environment leakage to these vars.
unset TO
OpenPOWER on IntegriCloud