gcc-changelog: ignore one more commit

contrib/ChangeLog:

	* gcc-changelog/git_update_version.py: Ignore problematic
	  commit.
This commit is contained in:
Martin Liska 2021-08-03 09:22:30 +02:00
parent 585394d30d
commit e460471571
1 changed files with 2 additions and 1 deletions

View File

@ -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):