From: Jakub Jelinek Date: Thu, 9 May 2024 10:15:51 +0000 (+0200) Subject: contrib: Add 9dbff9c05520a74e6cd337578f27b56c941f64f3 to ignored commits X-Git-Tag: basepoints/gcc-16~9212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0b40ac5be8977a6bee8860f67d45011642f1a2;p=thirdparty%2Fgcc.git contrib: Add 9dbff9c05520a74e6cd337578f27b56c941f64f3 to ignored commits 2024-05-09 Jakub Jelinek * gcc-changelog/git_update_version.py: Add 9dbff9c05520a74e6cd337578f27b56c941f64f3 to IGNORED_COMMITS. --- diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py index f194757b0cb..3d9a28ccbdf 100755 --- a/contrib/gcc-changelog/git_update_version.py +++ b/contrib/gcc-changelog/git_update_version.py @@ -39,7 +39,8 @@ IGNORED_COMMITS = ( 'e4cba49413ca429dc82f6aa2e88129ecb3fdd943', '1957bedf29a1b2cc231972aba680fe80199d5498', '040e5b0edbca861196d9e2ea2af5e805769c8d5d', - '8057f9aa1f7e70490064de796d7a8d42d446caf8') + '8057f9aa1f7e70490064de796d7a8d42d446caf8', + '9dbff9c05520a74e6cd337578f27b56c941f64f3') FORMAT = '%(asctime)s:%(levelname)s:%(name)s:%(message)s' logging.basicConfig(level=logging.INFO, format=FORMAT,