diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-07-14 15:39:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-19 17:34:18 +0100 |
commit | ed5e3f11e270694223c51bbde7fe4e9ce5517173 (patch) | |
tree | a2868017e4c6a980bc3582008d8638fa8e43ab4b | |
parent | d8a3cd563040e3df35f69cbebc9b0b14e5d12695 (diff) | |
download | 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>
-rwxr-xr-x | scripts/send-pull-request | 2 |
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 | ||
27 | AUTO=0 | 27 | AUTO=0 |
28 | AUTO_CL=0 | 28 | AUTO_CL=0 |
29 | GITSOBCC="" | 29 | GITSOBCC="--suppress-cc=all" |
30 | 30 | ||
31 | # Prevent environment leakage to these vars. | 31 | # Prevent environment leakage to these vars. |
32 | unset TO | 32 | unset TO |