Re: [PATCH] devtools: move mailmap check after patch applied

2023-03-28 Thread Thomas Monjalon
28/03/2023 16:27, Ferruh Yigit: > On 3/28/2023 2:52 PM, David Marchand wrote: > > On Mon, Mar 27, 2023 at 4:52 PM Thomas Monjalon wrote: > >> > >> The names in a patch were possibly checked with checkpatches.sh > >> before applying the patch, so before .mailmap file was updated. > >> > >> The chec

Re: [PATCH] devtools: move mailmap check after patch applied

2023-03-28 Thread Ferruh Yigit
On 3/28/2023 2:52 PM, David Marchand wrote: > On Mon, Mar 27, 2023 at 4:52 PM Thomas Monjalon wrote: >> >> The names in a patch were possibly checked with checkpatches.sh >> before applying the patch, so before .mailmap file was updated. >> >> The check is moved and translated in check-git-log.sh,

Re: [PATCH] devtools: move mailmap check after patch applied

2023-03-28 Thread David Marchand
On Mon, Mar 27, 2023 at 4:52 PM Thomas Monjalon wrote: > > The names in a patch were possibly checked with checkpatches.sh > before applying the patch, so before .mailmap file was updated. > > The check is moved and translated in check-git-log.sh, > which is run only on a repository, not a detache

[PATCH] devtools: move mailmap check after patch applied

2023-03-27 Thread Thomas Monjalon
The names in a patch were possibly checked with checkpatches.sh before applying the patch, so before .mailmap file was updated. The check is moved and translated in check-git-log.sh, which is run only on a repository, not a detached patch file. Fixes: e83d41f0694d ("mailmap: add list of contribut