aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-04-04 09:37:15 +0200
committerMartin Liska <mliska@suse.cz>2022-04-04 09:37:15 +0200
commit865e36a08b99dcb2d3f0be958b0f33affe42d698 (patch)
tree1d2c0ae714c898fb7272f5e3b97ce8524b850acd /contrib
parent0364465e3708249ece810ca5d65164552595538c (diff)
downloadgcc-865e36a08b99dcb2d3f0be958b0f33affe42d698.zip
gcc-865e36a08b99dcb2d3f0be958b0f33affe42d698.tar.gz
gcc-865e36a08b99dcb2d3f0be958b0f33affe42d698.tar.bz2
gcc-changelog: ignore one more revision
Ignore: Checking 86d8e0c0652ef5236a460b75c25e4f7093cc0651: FAILED ERR: line should start with a tab: "This reverts commits r12-7804 and r12-7929." ERR: could not deduce ChangeLog file contrib/ChangeLog: * gcc-changelog/git_update_version.py: Ignore the revision.
Diffstat (limited to 'contrib')
-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 8cd337d..2de9688 100755
--- a/contrib/gcc-changelog/git_update_version.py
+++ b/contrib/gcc-changelog/git_update_version.py
@@ -31,7 +31,8 @@ IGNORED_COMMITS = (
'c2be82058fb40f3ae891c68d185ff53e07f14f45',
'04a040d907a83af54e0a98bdba5bfabc0ef4f700',
'2e96b5f14e4025691b57d2301d71aa6092ed44bc',
- '3ab5c8cd03d92bf4ec41e351820349d92fbc40c4')
+ '3ab5c8cd03d92bf4ec41e351820349d92fbc40c4',
+ '86d8e0c0652ef5236a460b75c25e4f7093cc0651')
def read_timestamp(path):