From: Martin Liska Date: Tue, 3 Aug 2021 07:22:30 +0000 (+0200) Subject: gcc-changelog: ignore one more commit X-Git-Tag: basepoints/gcc-13~5631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4604715716879c2bc53f7838c25f9730144e63f;p=thirdparty%2Fgcc.git gcc-changelog: ignore one more commit contrib/ChangeLog: * gcc-changelog/git_update_version.py: Ignore problematic commit. --- diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py index b97ca58800fb..1837c1a8d7fa 100755 --- a/contrib/gcc-changelog/git_update_version.py +++ b/contrib/gcc-changelog/git_update_version.py @@ -29,7 +29,8 @@ current_timestamp = datetime.datetime.now().strftime('%Y%m%d\n') # Skip the following commits, they cannot be correctly processed IGNORED_COMMITS = ( 'c2be82058fb40f3ae891c68d185ff53e07f14f45', - '04a040d907a83af54e0a98bdba5bfabc0ef4f700') + '04a040d907a83af54e0a98bdba5bfabc0ef4f700', + '2e96b5f14e4025691b57d2301d71aa6092ed44bc') def read_timestamp(path):