Re: about get_maintainer.pl not showing the original author of the modified code

2016-03-02 Thread Joe Perches
On Thu, 2016-03-03 at 12:09 +0800, Jianyu Zhan wrote: > On Thu, Mar 3, 2016 at 11:32 AM, Joe Perches wrote: > > > > with your patch get_maintainer.pl and --git-blame gives: > > > > $ ./scripts/get_maintainer.pl ~/1.diff --git-blame > > Thomas Gleixner > > (commit_signer:20/19=100%,authored:7/1

Re: about get_maintainer.pl not showing the original author of the modified code

2016-03-02 Thread Jianyu Zhan
On Thu, Mar 3, 2016 at 11:32 AM, Joe Perches wrote: > with your patch get_maintainer.pl and --git-blame gives: > > $ ./scripts/get_maintainer.pl ~/1.diff --git-blame > Thomas Gleixner > (commit_signer:20/19=100%,authored:7/19=37%,added_lines:73/248=29%,removed_lines:38/119=32%) > Peter Zijlstra

Re: about get_maintainer.pl not showing the original author of the modified code

2016-03-02 Thread Joe Perches
On Thu, 2016-03-03 at 11:00 +0800, Jianyu Zhan wrote: > Hi, Joe, > > recently in this patch https://lkml.org/lkml/2016/3/2/281, > > I found the original author of the modified code was not > suggested as a patch reviewer. > > This surprised me at first.  But later I realized that it is not trivi