* [PATCH 0/1] send-pull-request: default to --supress-cc=all
@ 2011-07-14 22:44 Darren Hart
2011-07-14 22:44 ` [PATCH 1/1] " Darren Hart
2011-07-19 18:24 ` [PATCH 0/1] " Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-07-14 22:44 UTC (permalink / raw)
To: openembedded-core
The following changes since commit f7fd215749e12852378a3a1cce7d316078ead54d:
perl: Use SITEINFO variables not functions (2011-07-14 15:40:48 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dvhart/git-pull
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/git-pull
Darren Hart (1):
send-pull-request: default to --supress-cc=all
scripts/send-pull-request | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] send-pull-request: default to --supress-cc=all
2011-07-14 22:44 [PATCH 0/1] send-pull-request: default to --supress-cc=all Darren Hart
@ 2011-07-14 22:44 ` Darren Hart
2011-07-19 18:24 ` [PATCH 0/1] " Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-07-14 22:44 UTC (permalink / raw)
To: openembedded-core
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 | 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] send-pull-request: default to --supress-cc=all
2011-07-14 22:44 [PATCH 0/1] send-pull-request: default to --supress-cc=all Darren Hart
2011-07-14 22:44 ` [PATCH 1/1] " Darren Hart
@ 2011-07-19 18:24 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-07-19 18:24 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Darren Hart
On 07/14/2011 03:44 PM, Darren Hart wrote:
> The following changes since commit f7fd215749e12852378a3a1cce7d316078ead54d:
>
> perl: Use SITEINFO variables not functions (2011-07-14 15:40:48 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib dvhart/git-pull
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/git-pull
>
> Darren Hart (1):
> send-pull-request: default to --supress-cc=all
>
> scripts/send-pull-request | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-19 18:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14 22:44 [PATCH 0/1] send-pull-request: default to --supress-cc=all Darren Hart
2011-07-14 22:44 ` [PATCH 1/1] " Darren Hart
2011-07-19 18:24 ` [PATCH 0/1] " Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox