From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id A2D39385B189; Fri, 25 Nov 2022 10:08:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A2D39385B189 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669370923; bh=0mzxQzT2sDIp2TrXY46lq4nTGXg36tsi51KKKoEHtRY=; h=From:To:Subject:Date:From; b=FV7QLfAUCY36dElhbrZT5SpefauZYiDj77hsfzPqpboUYFqtC2eAsfYkY7cK6Ah9n y9d8yqg7Uw/QYyvOSGVBFlxitVt24CiywK4RkP5SpIHUq3z1kCtWNm0+QfVDs0Cend P1JQ77YF179JP+/5TPOCZ+MfP5K+8YK3a7YNU4qE= 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-4300] Revert "gcc-changelog: temporarily disable check_line_start" X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 9a1b4f1d3dc29be8673f6f4d96aaf49021614b82 X-Git-Newrev: f9e9a15bb22d2f94de61a8d34b61be3ac656c4c4 Message-Id: <20221125100843.A2D39385B189@sourceware.org> Date: Fri, 25 Nov 2022 10:08:43 +0000 (GMT) List-Id: https://gcc.gnu.org/g:f9e9a15bb22d2f94de61a8d34b61be3ac656c4c4 commit r13-4300-gf9e9a15bb22d2f94de61a8d34b61be3ac656c4c4 Author: Martin Liska Date: Fri Nov 25 11:06:15 2022 +0100 Revert "gcc-changelog: temporarily disable check_line_start" This reverts commit a5878983d53db7513edb0e6bd99250dbb0c7d147. 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 '):