[gcc r13-3703] Add another commit to ignore

Jakub Jelinek jakub@gcc.gnu.org
Sun Nov 6 11:03:27 GMT 2022


https://gcc.gnu.org/g:2175b3976f66e9c34900b3dcca8c7b706e24f457

commit r13-3703-g2175b3976f66e9c34900b3dcca8c7b706e24f457
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sun Nov 6 11:59:44 2022 +0100

    Add another commit to ignore
    
    We can't handle r13-3652-ge4cba49413ca429dc82f6aa2e88129ecb3fdd943
    
            * gcc-changelog/git_update_version.py: Add
            e4cba49413ca429dc82f6aa2e88129ecb3fdd943 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 074e717d610..63b63ff5139 100755
--- a/contrib/gcc-changelog/git_update_version.py
+++ b/contrib/gcc-changelog/git_update_version.py
@@ -33,7 +33,8 @@ IGNORED_COMMITS = (
         '04a040d907a83af54e0a98bdba5bfabc0ef4f700',
         '2e96b5f14e4025691b57d2301d71aa6092ed44bc',
         '3ab5c8cd03d92bf4ec41e351820349d92fbc40c4',
-        '86d8e0c0652ef5236a460b75c25e4f7093cc0651')
+        '86d8e0c0652ef5236a460b75c25e4f7093cc0651',
+        'e4cba49413ca429dc82f6aa2e88129ecb3fdd943')
 
 FORMAT = '%(asctime)s:%(levelname)s:%(name)s:%(message)s'
 logging.basicConfig(level=logging.INFO, format=FORMAT,


More information about the Gcc-cvs mailing list