From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7879) id 71B713857C45; Wed, 15 Feb 2023 10:24:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71B713857C45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676456695; bh=bf6kIj2LmHvywlnBKnugEIvX1H1sjX2aFTeXaaT7JqU=; h=From:To:Subject:Date:From; b=P/tkHMAjGs1OfubZZ/aGpYiMP+dd6pAbawafOl8K5529ImC1K7lqXQKuho33179Br mVFfC9Z+8v5mTv1Zt3YO9ZdPUwaSKHbCiTNGMFpUUfYhCoJKjaKEwYRt3RSDIQ39Ln 5utFE5C7e0hIX9lszU63Ot3TgBzHeTMzS0K23gZI= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Filip Kastl To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/pheeck/heads/sccp)] Revert "gcc-changelog: temporarily disable check_line_start" X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/pheeck/heads/sccp X-Git-Oldrev: ede8943c9c559399e9636d13a5c9b437b1ddfec1 X-Git-Newrev: 4197f3fc93d9dbee29e10a52f89c94f3c276486b Message-Id: <20230215102455.71B713857C45@sourceware.org> Date: Wed, 15 Feb 2023 10:24:55 +0000 (GMT) List-Id: https://gcc.gnu.org/g:4197f3fc93d9dbee29e10a52f89c94f3c276486b commit 4197f3fc93d9dbee29e10a52f89c94f3c276486b 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 '):