From owner-svn-src-head@FreeBSD.ORG Wed Jul 21 09:51:53 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B8C91065675; Wed, 21 Jul 2010 09:51:53 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail08.syd.optusnet.com.au (mail08.syd.optusnet.com.au [211.29.132.189]) by mx1.freebsd.org (Postfix) with ESMTP id B9AA68FC12; Wed, 21 Jul 2010 09:51:52 +0000 (UTC) Received: from c122-106-145-25.carlnfd1.nsw.optusnet.com.au (c122-106-145-25.carlnfd1.nsw.optusnet.com.au [122.106.145.25]) by mail08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o6L9pncg027535 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Jul 2010 19:51:50 +1000 Date: Wed, 21 Jul 2010 19:51:49 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Alexey Dokuchaev In-Reply-To: <20100721090623.GA21607@FreeBSD.org> Message-ID: <20100721194659.L7533@delplex.bde.org> References: <201007210843.o6L8hmo5064622@svn.freebsd.org> <20100721090623.GA21607@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Kai Wang Subject: Re: svn commit: r210321 - head/lib/libelf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 09:51:53 -0000 On Wed, 21 Jul 2010, Alexey Dokuchaev wrote: > On Wed, Jul 21, 2010 at 08:43:48AM +0000, Kai Wang wrote: >> Log: >> Remove a superfluous comment. >> >> Obtained from: elftoolchain >> MFC after: 1 month > > (Just picking random of the similar commits): guys, please, try to > uniformly align commit meta tags: It is perfectly aligned with tabs (and no 2-char commit mail indentation, and no N-char mailer quoting). > Obtained from: somewhere > MFC after: sometime > Foo bar: baz qux ... > > Broken alignment considerably pessimizes commit log grasping, as it > requires more post-processing work after reading it off. Do you mean for human grasping and automated post-processing? The automation should have no problems with the whitespace but might with the mailer quoting. "tags" should mean the part before the ":". Aligning those by making them all of the same length would help. Bruce