Add another commit to ignore

We can't handle r12-7818-g3ab5c8cd03d92bf4ec41e351820349d92fbc40c4

	* gcc-changelog/git_update_version.py: Add
	3ab5c8cd03 to ignored commits.
This commit is contained in:
Jakub Jelinek 2022-03-26 11:20:58 +01:00
parent 1806829e08
commit 0268c547de

View file

@ -30,7 +30,8 @@ current_timestamp = datetime.datetime.now().strftime('%Y%m%d\n')
IGNORED_COMMITS = (
'c2be82058fb40f3ae891c68d185ff53e07f14f45',
'04a040d907a83af54e0a98bdba5bfabc0ef4f700',
'2e96b5f14e4025691b57d2301d71aa6092ed44bc')
'2e96b5f14e4025691b57d2301d71aa6092ed44bc',
'3ab5c8cd03d92bf4ec41e351820349d92fbc40c4')
def read_timestamp(path):