gcc-changelog: ignore one more commit
contrib/ChangeLog: * gcc-changelog/git_update_version.py: Ignore problematic commit.
This commit is contained in:
parent
585394d30d
commit
e460471571
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue