From owner-svn-src-head@FreeBSD.ORG Wed Jul 21 09:14:37 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 94BDD1065676; Wed, 21 Jul 2010 09:14:37 +0000 (UTC) (envelope-from kaiwang27@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9824D8FC1B; Wed, 21 Jul 2010 09:14:36 +0000 (UTC) Received: by eyh6 with SMTP id 6so1782797eyh.13 for ; Wed, 21 Jul 2010 02:14:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=M18prd2HYoyMRPzPry5r6p3u336YhbglLxxYEtz+8Ik=; b=dsE/XI5G1dBFxWuhrwlgxHpi6rfziH1V/jSvZCgrmpTBvvc47eNGWqPLG7l1prT7iG 5NyRorDfLGgP9JsYkWjDK9/rPsG1PXPUn4hG77M1BAj1CK0S/1rGaAdFXoNd86lZynX9 UL7g2OYdIk/8OKXR3mNoar0Wsjrr9KrbmJboU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=TCXyKH0wiaJWyv7Ni7bTmF3dnzZrfz1Z4DKvAUh4DR0OjqmAnTujV0EB67P83u5L5a Ku74ArHeOYr44w7Ujy4Pmfo8QnUwvnACw734HA1ARMLWfMLhX0dXZki+tHTKvYsKKZCU CsHxhrxoybDneEIUAI6LXB9fUEVqtZ7lVbx/8= Received: by 10.213.30.15 with SMTP id s15mr5919746ebc.56.1279703675664; Wed, 21 Jul 2010 02:14:35 -0700 (PDT) Received: from localhost (81-233-38-26-no36.tbcn.telia.com [81.233.38.26]) by mx.google.com with ESMTPS id v8sm53092295eeh.2.2010.07.21.02.14.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Jul 2010 02:14:34 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=localhost.my.domain) by localhost with esmtp (Exim 4.71 (FreeBSD)) (envelope-from ) id 1ObVNp-00015I-Jx; Wed, 21 Jul 2010 11:14:33 +0200 Received: (from kaiw@localhost) by localhost.my.domain (8.14.3/8.14.3/Submit) id o6L9EXa7004171; Wed, 21 Jul 2010 11:14:33 +0200 (CEST) (envelope-from kaiwang27@gmail.com) X-Authentication-Warning: localhost.my.domain: kaiw set sender to kaiwang27@gmail.com using -f Date: Wed, 21 Jul 2010 11:14:33 +0200 From: Kai Wang To: Alexey Dokuchaev Message-ID: <20100721091433.GB2532@viskning> References: <201007210843.o6L8hmo5064622@svn.freebsd.org> <20100721090623.GA21607@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20100721090623.GA21607@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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-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:14:37 -0000 On Wed, Jul 21, 2010 at 09:06:23AM +0000, Alexey Dokuchaev wrote: > 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. My bad for this one... I actually aligned it in editor at first. However, since I was using hard tabs and commit log prepends two spaces for each line, the resulted commit log became unaligned... Kai