public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3703] Add another commit to ignore
@ 2022-11-06 11:03 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-11-06 11:03 UTC (permalink / raw)
  To: gcc-cvs

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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-06 11:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06 11:03 [gcc r13-3703] Add another commit to ignore Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).