On 3/28/2023 2:52 PM, David Marchand wrote: > On Mon, Mar 27, 2023 at 4:52 PM Thomas Monjalon <[email protected]> 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 detached patch file. >> >> Fixes: e83d41f0694d ("mailmap: add list of contributors") >> Cc: [email protected] >> >> Signed-off-by: Thomas Monjalon <[email protected]> > > I don't really like how we rely on the IFS= change in the middle of > check-git-log.sh, but this change works. > > Reviewed-by: David Marchand <[email protected]> > >
Tested-by: Ferruh Yigit <[email protected]>

