From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9B8C42822; Tue, 28 Mar 2023 15:52:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A412C40EE7; Tue, 28 Mar 2023 15:52:41 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id CCAC340156 for ; Tue, 28 Mar 2023 15:52:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680011559; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bueDhi15ThiLquQ4BVWavyFG5cUaofrzMZp3+Q+DZh0=; b=D1al48KHIe+oGksD3QRGKpt/ijphh4MN+uVwP+izEylyt7OauWnZPC1xtC43F4mCl0mjqc V4qQHXChz0LfmLiowyrz71MqKRTMhz1RGqC9ihm5rkCnYFbEU7nwmhggXZMCkoZLp7jQad IDa/azcK73CWhEl7aNyz3L2MpZgHfug= Received: from mail-pg1-f197.google.com (mail-pg1-f197.google.com [209.85.215.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-599-oZ8Rf6m7O4Odri0XMDjjLw-1; Tue, 28 Mar 2023 09:52:37 -0400 X-MC-Unique: oZ8Rf6m7O4Odri0XMDjjLw-1 Received: by mail-pg1-f197.google.com with SMTP id p1-20020a631e41000000b0050bdffd4995so3307920pgm.16 for ; Tue, 28 Mar 2023 06:52:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680011556; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bueDhi15ThiLquQ4BVWavyFG5cUaofrzMZp3+Q+DZh0=; b=3ubTwonk65NtXQhzdttN+yxd81OFlDyf91gcXMHvU5mM3FeREv8KTIVASsWgOuHrCK 61BsklR13OS7U+tTLyUt6Dr4WVS+7e3rfDvrrlZ0QYtv7+aibSH3MjCw1zJBvj8ibEL5 hyfUW1Dx1ADXvPrbdRVmbEyZPtVhNxRexpHsp8Oinf+GNjDZBqEgGVPm9VrGhvQrpzD4 udgQ/a0ZzIxJ1irQtPa6vJsnynoRPi6Je08zXAiM945tbUDk6z6IBO24kvPI3rSiAey5 Hby1Xv5H+57XSeGWKjruWQHN0vWHu+CdGkTXjXyfjB5ZPu5C+lygI9ItRcBIXZZfMSok +S2A== X-Gm-Message-State: AAQBX9dPAdZeIfNRNK/y1JFMETJgJILZQroL1Cp7/5iiCXv6dngZ2TEL NqZmjwOvHRcAWaymNrtWscHvuKRHhmsTwErQ7EH0SezZkifRgPzCBT9gA1199lEZsBeI6kb/MoS MaSC6VJVWs4cDyER76fzPsNf0180= X-Received: by 2002:a17:902:ea0e:b0:199:1a40:dccc with SMTP id s14-20020a170902ea0e00b001991a40dcccmr5649430plg.9.1680011556231; Tue, 28 Mar 2023 06:52:36 -0700 (PDT) X-Google-Smtp-Source: AKy350Zz8yPab16bKIpzzvE7ndHEzghu7NCuKnipEMHRllMdHQ/CuXEw28Nhzm5SgYcVhFhx+zpdb8tLeWUP3OGGdq0= X-Received: by 2002:a17:902:ea0e:b0:199:1a40:dccc with SMTP id s14-20020a170902ea0e00b001991a40dcccmr5649422plg.9.1680011555966; Tue, 28 Mar 2023 06:52:35 -0700 (PDT) MIME-Version: 1.0 References: <20230327145219.1927159-1-thomas@monjalon.net> In-Reply-To: <20230327145219.1927159-1-thomas@monjalon.net> From: David Marchand Date: Tue, 28 Mar 2023 15:52:24 +0200 Message-ID: Subject: Re: [PATCH] devtools: move mailmap check after patch applied To: Thomas Monjalon Cc: dev@dpdk.org, stable@dpdk.org, Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, Mar 27, 2023 at 4:52=E2=80=AFPM 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 detached patch file. > > Fixes: e83d41f0694d ("mailmap: add list of contributors") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon I don't really like how we rely on the IFS=3D change in the middle of check-git-log.sh, but this change works. Reviewed-by: David Marchand --=20 David Marchand