Re: [PATCH] get_maintainer: Add signatures from Fixes: lines in commit message

2019-10-01 Thread Dan Carpenter
Looks good! Thanks for this, Joe. regards, dan carpenter

Re: [PATCH] get_maintainer: Add signatures from Fixes: lines in commit message

2019-09-26 Thread Kees Cook
On Thu, Sep 26, 2019 at 09:46:34PM -0700, Joe Perches wrote: > Fixes: lines in a commit message generally indicate that a > previous commit was inadequate for whatever reason. > > The signers of the previous inadequate commit should also be > cc'd on this new commit so update get_maintainer to fin

[PATCH] get_maintainer: Add signatures from Fixes: lines in commit message

2019-09-26 Thread Joe Perches
Fixes: lines in a commit message generally indicate that a previous commit was inadequate for whatever reason. The signers of the previous inadequate commit should also be cc'd on this new commit so update get_maintainer to find the old commit and add the original signers. Suggested-by: Dan Carpe