[gcc r12-7824] Add another commit to ignore

Jakub Jelinek jakub@gcc.gnu.org
Sat Mar 26 10:21:57 GMT 2022


https://gcc.gnu.org/g:0268c547de3e3559e056ce597eb168db5c4e5f74

commit r12-7824-g0268c547de3e3559e056ce597eb168db5c4e5f74
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sat Mar 26 11:20:58 2022 +0100

    Add another commit to ignore
    
    We can't handle r12-7818-g3ab5c8cd03d92bf4ec41e351820349d92fbc40c4
    
            * gcc-changelog/git_update_version.py: Add
            3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.

Diff:
---
 contrib/gcc-changelog/git_update_version.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py
index 1837c1a8d7f..8cd337d5434 100755
--- a/contrib/gcc-changelog/git_update_version.py
+++ b/contrib/gcc-changelog/git_update_version.py
@@ -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):


More information about the Gcc-cvs mailing list