summaryrefslogtreecommitdiffstats
path: root/scripts/send-pull-request
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/send-pull-request
parentd8a3cd563040e3df35f69cbebc9b0b14e5d12695 (diff)
downloadpoky-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/send-pull-request')
-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 4904a0d01c..be130096c1 100755
--- a/scripts/send-pull-request
+++ b/scripts/send-pull-request
@@ -26,7 +26,7 @@
26 26
27AUTO=0 27AUTO=0
28AUTO_CL=0 28AUTO_CL=0
29GITSOBCC="" 29GITSOBCC="--suppress-cc=all"
30 30
31# Prevent environment leakage to these vars. 31# Prevent environment leakage to these vars.
32unset TO 32unset TO