public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-4183] Revert "gcc-changelog: temporarily disable check_line_start"
Date: Mon, 21 Nov 2022 08:16:59 +0000 (GMT)	[thread overview]
Message-ID: <20221121081659.B17673858428@sourceware.org> (raw)

https://gcc.gnu.org/g:454a823dc980bf3631b13670765f1a3eb66e499a

commit r13-4183-g454a823dc980bf3631b13670765f1a3eb66e499a
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Nov 21 09:16:27 2022 +0100

    Revert "gcc-changelog: temporarily disable check_line_start"
    
    This reverts commit 0275ff207027954d16e873ccdbd92f9881a14e72.

Diff:
---
 contrib/gcc-changelog/git_commit.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index 59f96800da9..3bd671011f2 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -615,8 +615,6 @@ class GitCommit:
                 self.errors.append(Error(msg, entry.parentheses_stack[-1]))
 
     def check_line_start(self):
-        # FIXME: temporarily disable
-        return
         for entry in self.changelog_entries:
             for line in entry.lines:
                 if line.startswith('\t '):

                 reply	other threads:[~2022-11-21  8:16 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=20221121081659.B17673858428@sourceware.org \
    --to=marxin@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).