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:33:56 +0100 |
commit | aaa85bd838f1c1518f8e65c36e265e6b9e141406 (patch) | |
tree | eec3624005bee4726662f47142b053e6cfc0627a | |
parent | fa8779452de5e1a8ded92bdf4a952158fda6160a (diff) | |
download | openembedded-core-contrib-aaa85bd838f1c1518f8e65c36e265e6b9e141406.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.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-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 4904a0d01ca..be130096c11 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 |