From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 327EE1382C5 for ; Tue, 20 Feb 2018 19:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E7FE099E; Tue, 20 Feb 2018 19:57:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1E87E0997 for ; Tue, 20 Feb 2018 19:57:11 +0000 (UTC) Received: from professor-x (d172-218-128-191.bchsia.telus.net [172.218.128.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 804FD335C09 for ; Tue, 20 Feb 2018 19:57:10 +0000 (UTC) Date: Tue, 20 Feb 2018 11:56:54 -0800 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH v3 1/3] repoman: Add commit message verification Message-ID: <20180220115654.3d3615ad@professor-x> In-Reply-To: <20180219150057.20338-1-mgorny@gentoo.org> References: <20180219150057.20338-1-mgorny@gentoo.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 83c6ac41-8c5f-41a4-8ecb-54f181bd94f4 X-Archives-Hash: a0115ccb0f079a78d280be791c71a482 On Mon, 19 Feb 2018 16:00:55 +0100 Micha=C5=82 G=C3=B3rny wrote: > Add a check for common mistakes in commit messages. For now, it is > pretty rough and works only for -m/-F. It will be extended to work > in the interactive mode in the future. > --- This version series looks good, thank you :) --=20 Brian Dolbec