From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id B808B3889E18; Tue, 15 Nov 2022 08:35:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B808B3889E18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668501359; bh=B8qiW91Uqh6mzAWJxp8pnd34nryidIV7t//cEzkGMps=; h=From:To:Subject:Date:From; b=mTNWp1ue6OnzXgiuNOp5IqRHh0vuG6AbTxPzlU7XgsqIFJ6TdspIQmRD7ybtenCG+ 1dHX7O4AUfJV40MBqvz/kz+xM2bQ5ineB90yUf3jtZIWzKOq9rrGHYprOlUwvIeiOt Ipu8FZjXq16grFn4Yce3m6RrvIN4HLUodl3sekqU= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4051] gcc-changelog: revert temporary rule relaxation X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 83d400bded0e96d2dbfc1fe66325bbf12de90d51 X-Git-Newrev: 9a4129f5c5a697ad7726687d5932eef90feec53b Message-Id: <20221115083559.B808B3889E18@sourceware.org> Date: Tue, 15 Nov 2022 08:35:59 +0000 (GMT) List-Id: https://gcc.gnu.org/g:9a4129f5c5a697ad7726687d5932eef90feec53b commit r13-4051-g9a4129f5c5a697ad7726687d5932eef90feec53b Author: Martin Liska Date: Tue Nov 15 09:34:50 2022 +0100 gcc-changelog: revert temporary rule relaxation contrib/ChangeLog: * gcc-changelog/git_commit.py: Revert temporary rule relaxation. 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 '):