Re: [U-Boot] [PATCH 2/2] patman: Avoid duplicate sign-offs

2014-04-20 Thread Simon Glass
Hi Masahiro, On 27 March 2014 22:42, Masahiro Yamada wrote: > Hi Simon, > > > > Collect all Signed-off-by tags in a commit and make sure that there are > > no duplicates. > > > > Signed-off-by: Simon Glass > > > I have a change request about this patch. > > It is true this patch avoids duplicat

Re: [U-Boot] [PATCH 2/2] patman: Avoid duplicate sign-offs

2014-03-27 Thread Masahiro Yamada
Hi Simon, > Collect all Signed-off-by tags in a commit and make sure that there are > no duplicates. > > Signed-off-by: Simon Glass I have a change request about this patch. It is true this patch avoids duplication, but it changes the order *-by: credits. For example, assume something lik

[U-Boot] [PATCH 2/2] patman: Avoid duplicate sign-offs

2014-03-22 Thread Simon Glass
Collect all Signed-off-by tags in a commit and make sure that there are no duplicates. Signed-off-by: Simon Glass --- tools/patman/README | 1 + tools/patman/commit.py | 13 + tools/patman/patchstream.py | 10 -- 3 files changed, 22 insertions(+), 2 deletions(-