gcc-changelog: ignore one more commit
authorMartin Liska <mliska@suse.cz>
Tue, 3 Aug 2021 07:22:30 +0000 (09:22 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 3 Aug 2021 07:22:30 +0000 (09:22 +0200)
contrib/ChangeLog:

* gcc-changelog/git_update_version.py: Ignore problematic
  commit.

contrib/gcc-changelog/git_update_version.py

index b97ca58..1837c1a 100755 (executable)
@@ -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):