[U-Boot] [PATCH] patman: Do not Cc addresses included in To list

2012-08-18 Thread Otavio Salvador
In case an address is listed in the To list, those will be skipped on Cc list or user might end with a duplicated message. This fixes the case when a tag points to same address used as series destination thus avoiding duplicated sending. Signed-off-by: Otavio Salvador --- Changes in v2: - use if

Re: [U-Boot] [PATCH] patman: Do not Cc addresses included in To list

2012-08-17 Thread Simon Glass
Hi Otavio, On Fri, Aug 17, 2012 at 2:32 PM, Otavio Salvador wrote: > On Fri, Aug 17, 2012 at 6:30 PM, Simon Glass wrote: >> Hi Otavio, >> >> On Wed, Aug 15, 2012 at 12:44 PM, Otavio Salvador >> wrote: >>> In case an address is listed in the To list, those will be skipped on >>> Cc list or user

Re: [U-Boot] [PATCH] patman: Do not Cc addresses included in To list

2012-08-17 Thread Otavio Salvador
On Fri, Aug 17, 2012 at 6:30 PM, Simon Glass wrote: > Hi Otavio, > > On Wed, Aug 15, 2012 at 12:44 PM, Otavio Salvador > wrote: >> In case an address is listed in the To list, those will be skipped on >> Cc list or user might end with a duplicated message. >> >> This fixes the case when a tag poi

Re: [U-Boot] [PATCH] patman: Do not Cc addresses included in To list

2012-08-17 Thread Simon Glass
Hi Otavio, On Wed, Aug 15, 2012 at 12:44 PM, Otavio Salvador wrote: > In case an address is listed in the To list, those will be skipped on > Cc list or user might end with a duplicated message. > > This fixes the case when a tag points to same address used as series > destination thus avoiding d

[U-Boot] [PATCH] patman: Do not Cc addresses included in To list

2012-08-15 Thread Otavio Salvador
In case an address is listed in the To list, those will be skipped on Cc list or user might end with a duplicated message. This fixes the case when a tag points to same address used as series destination thus avoiding duplicated sending. Signed-off-by: Otavio Salvador --- tools/patman/series.py