public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jonathan Wakely <redi@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r9-9541] gcc-changelog: Remove use of non-strict mode
Date: Tue, 18 May 2021 09:13:49 +0000 (GMT)	[thread overview]
Message-ID: <20210518091349.C1F19388CC19@sourceware.org> (raw)

https://gcc.gnu.org/g:55eb24cf92c494d49e7d9b64a7eba416502bbf9b

commit r9-9541-g55eb24cf92c494d49e7d9b64a7eba416502bbf9b
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue May 18 10:08:50 2021 +0100

    gcc-changelog: Remove use of non-strict mode
    
    contrib/ChangeLog:
    
            * gcc-changelog/git_email.py: Remove use of non-strict mode.
    
    (cherry picked from commit 7b4bae0acb14a1076df3234e905442bbdf9503dd)

Diff:
---
 contrib/gcc-changelog/git_email.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/gcc-changelog/git_email.py b/contrib/gcc-changelog/git_email.py
index 6933e3d71fe..fa62e3ad2f7 100755
--- a/contrib/gcc-changelog/git_email.py
+++ b/contrib/gcc-changelog/git_email.py
@@ -110,7 +110,7 @@ if __name__ == '__main__':
         print()
         print('Successfully parsed: %d/%d' % (success, len(allfiles)))
     else:
-        email = GitEmail(sys.argv[1], False)
+        email = GitEmail(sys.argv[1])
         if email.success:
             print('OK')
             email.print_output()


                 reply	other threads:[~2021-05-18  9:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210518091349.C1F19388CC19@sourceware.org \
    --to=redi@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).