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 <tho...@monjalon.net> 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: sta...@dpdk.org > >> > >> Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > > > 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 <david.march...@redhat.com> > > Tested-by: Ferruh Yigit <ferruh.yi...@amd.com>
Applied