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>
This commit is contained in:
Darren Hart 2011-07-14 15:39:55 -07:00 committed by Richard Purdie
parent d8a3cd5630
commit ed5e3f11e2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
AUTO=0
AUTO_CL=0
GITSOBCC=""
GITSOBCC="--suppress-cc=all"
# Prevent environment leakage to these vars.
unset TO