From: Jakub Jelinek Date: Sat, 9 Nov 2024 15:57:26 +0000 (+0100) Subject: contrib: Add 2 further ignored commits X-Git-Tag: basepoints/gcc-16~4494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ffda969ed49cedfdf9e1a16d1059cb7f9443605;p=thirdparty%2Fgcc.git contrib: Add 2 further ignored commits r15-4998 and r15-5004 had wrong commit message, add those to ignored commits. ChangeLog will need to be added manually. 2024-11-09 Jakub Jelinek * gcc-changelog/git_update_version.py (ignored_commits): Add 2 further commits. --- diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py index ec06fc965f8a..005dcca769a7 100755 --- a/contrib/gcc-changelog/git_update_version.py +++ b/contrib/gcc-changelog/git_update_version.py @@ -42,7 +42,9 @@ ignored_commits = { '040e5b0edbca861196d9e2ea2af5e805769c8d5d', '8057f9aa1f7e70490064de796d7a8d42d446caf8', '109f1b28fc94c93096506e3df0c25e331cef19d0', - '39f81924d88e3cc197fc3df74204c9b5e01e12f7'} + '39f81924d88e3cc197fc3df74204c9b5e01e12f7', + '8e6a25b01becf449d54154b7e83de5f4955cba37', + '13cf22eb557eb5e3d796822247d8d4957bdb25da'} FORMAT = '%(asctime)s:%(levelname)s:%(name)s:%(message)s' logging.basicConfig(level=logging.INFO, format=FORMAT,