From owner-svn-src-all@FreeBSD.ORG Wed Jul 21 09:06:23 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E2FFF1065674; Wed, 21 Jul 2010 09:06:23 +0000 (UTC) Date: Wed, 21 Jul 2010 09:06:23 +0000 From: Alexey Dokuchaev To: Kai Wang Message-ID: <20100721090623.GA21607@FreeBSD.org> References: <201007210843.o6L8hmo5064622@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201007210843.o6L8hmo5064622@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r210321 - head/lib/libelf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 09:06:24 -0000 On Wed, Jul 21, 2010 at 08:43:48AM +0000, Kai Wang wrote: > Author: kaiw > Date: Wed Jul 21 08:43:48 2010 > New Revision: 210321 > URL: http://svn.freebsd.org/changeset/base/210321 > > 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: 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. Thanks. ./danfe