]> code.ossystems Code Review - openembedded-core.git/commitdiff
send-pull-request: default to --supress-cc=all
authorDarren Hart <dvhart@linux.intel.com>
Thu, 14 Jul 2011 22:39:55 +0000 (15:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jul 2011 16:33:56 +0000 (17:33 +0100)
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>
scripts/send-pull-request

index 4904a0d01cad218aa5d89668fca5c83eb58ce26a..be130096c119d7548333b8a7102bb0cde08c27ed 100755 (executable)
@@ -26,7 +26,7 @@
 
 AUTO=0
 AUTO_CL=0
-GITSOBCC=""
+GITSOBCC="--suppress-cc=all"
 
 # Prevent environment leakage to these vars.
 unset TO