From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) by sourceware.org (Postfix) with ESMTPS id 94CA83858D39 for ; Tue, 19 Oct 2021 23:23:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 94CA83858D39 Received: by mail-pj1-x102f.google.com with SMTP id ls18-20020a17090b351200b001a00250584aso1069891pjb.4 for ; Tue, 19 Oct 2021 16:23:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=VCDUHJ1tIJjnI8aTD5lFqcLqjRfXDMFAxzQJsqKKNGg=; b=xXZabwQmAeybQzk2MKA6Vfn/aBjSjY83IM4/EHFDT5fBegJ4mUq1fYqbaMYA/fyDJp 4bOmt5QitCE20QcE4zLzXPdraINBQ61vvOWpmkQyDz+EEz8vleKZljl758eg4ml+go/x 9qx4vnUKvQgEFZyzc1fVWyvy0uc6Qp2YPu7SLvSdoyZgeUcm36qB+YOlljZzDYTtlf5y 79y3C9RrKlxogSfhHZ8kNqVC69AOvYwDMXtWZlvQLhOTHWzfEvYiG5dg2UQnm5dEfFPY m0O4fo8c2Z3hxjeWQmDqJv5SvMpnWu/1g98eC7RlnOVB7wNTazmqmuNv0LrPA8vF8iki 96YQ== X-Gm-Message-State: AOAM533y7RYLE8gsfE/f7Lzz/Pawtu7a2OytbbEdH7KT3gc/V6NdHUDz V5owgw4noVD303vRWLJR5t4= X-Google-Smtp-Source: ABdhPJxXxro8RHR9p44WKYx539melXMwFxUIlYkYkRfAI5KA56/tcme69h61goaVLa/oyNLZ5ErDew== X-Received: by 2002:a17:90b:4a81:: with SMTP id lp1mr3153846pjb.124.1634685821698; Tue, 19 Oct 2021 16:23:41 -0700 (PDT) Received: from gnu-cfl-2.localdomain ([2607:fb90:a48a:adf1:e15a:7fe6:0:c66]) by smtp.gmail.com with ESMTPSA id p3sm271886pfb.205.2021.10.19.16.23.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Oct 2021 16:23:41 -0700 (PDT) Received: from gnu-cfl-2.lan (localhost [IPv6:::1]) by gnu-cfl-2.localdomain (Postfix) with ESMTP id E11321A0454; Tue, 19 Oct 2021 16:23:39 -0700 (PDT) From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Cc: Martin Liska , Tobias Burnus Subject: [PATCH] gcc-changelog: Add libffi/ to ignored_prefixes Date: Tue, 19 Oct 2021 16:23:39 -0700 Message-Id: <20211019232339.10565-1-hjl.tools@gmail.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3032.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2021 23:23:43 -0000 Add libffi/ to ignored_prefixes for syncing with libffi upstream: commit c095f8f2e6f26bfc2ff8e3276c6af23ab153f5ff Author: H.J. Lu Date: Tue Aug 31 07:14:47 2021 -0700 libffi: Sync with libffi 3.4.2 Merged commit: f9ea41683444ebe11cfa45b05223899764df28fb to avoid remote: *** The following commit was rejected by your hooks.commit-extra-checker script (status: 1) remote: *** commit: c095f8f2e6f26bfc2ff8e3276c6af23ab153f5ff remote: *** ChangeLog format failed: remote: *** ERR: cannot find a ChangeLog location in message remote: *** remote: *** Please see: https://gcc.gnu.org/codingconventions.html#ChangeLogs remote: *** remote: error: hook declined to update refs/heads/master * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/. --- contrib/gcc-changelog/git_commit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index cf29f761964..60377b68ba1 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -134,6 +134,7 @@ ignored_prefixes = { 'gcc/go/gofrontend/', 'gcc/testsuite/gdc.test/', 'gcc/testsuite/go.test/test/', + 'libffi/', 'libgo/', 'libphobos/libdruntime/', 'libphobos/src/', -- 2.32.0