From: Jakub Jelinek Date: Mon, 8 Apr 2024 12:12:00 +0000 (+0200) Subject: contrib: Add 8057f9aa1f7e70490064de796d7a8d42d446caf8 to ignored commits. X-Git-Tag: basepoints/gcc-15~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93836d5ca3959f456df8bc47284741780475e03;p=thirdparty%2Fgcc.git contrib: Add 8057f9aa1f7e70490064de796d7a8d42d446caf8 to ignored commits. This commit unfortunately added explanation to the git revert generated message, breaking ChangeLog generation. 2024-04-08 Jakub Jelinek * gcc-changelog/git_update_version.py: Add 8057f9aa1f7e70490064de796d7a8d42d446caf8 to IGNORED_COMMITS. --- diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py index 92639ba626fd..3e79dab00969 100755 --- a/contrib/gcc-changelog/git_update_version.py +++ b/contrib/gcc-changelog/git_update_version.py @@ -38,7 +38,8 @@ IGNORED_COMMITS = ( '86d8e0c0652ef5236a460b75c25e4f7093cc0651', 'e4cba49413ca429dc82f6aa2e88129ecb3fdd943', '1957bedf29a1b2cc231972aba680fe80199d5498', - '040e5b0edbca861196d9e2ea2af5e805769c8d5d') + '040e5b0edbca861196d9e2ea2af5e805769c8d5d', + '8057f9aa1f7e70490064de796d7a8d42d446caf8') FORMAT = '%(asctime)s:%(levelname)s:%(name)s:%(message)s' logging.basicConfig(level=logging.INFO, format=FORMAT,