[OE-core] [PATCH 1/1] send-pull-request: default to --supress-cc=all

Darren Hart dvhart at linux.intel.com
Thu Jul 14 22:44:32 UTC 2011


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 at linux.intel.com>
---
 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 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
-- 
1.7.1





More information about the Openembedded-core mailing list