aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/gcc-changelog/git_update_version.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py
index b97ca58..1837c1a 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):