From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt8B7-0005iJ-1F for qemu-devel@nongnu.org; Wed, 30 Sep 2009 19:01:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt8B2-0005i4-FE for qemu-devel@nongnu.org; Wed, 30 Sep 2009 19:01:44 -0400 Received: from [199.232.76.173] (port=54592 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt8B2-0005i1-D1 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 19:01:40 -0400 Subject: Re: [Qemu-devel] Re: CODING_STYLE References: <20090923200635.GA21246@redhat.com> <20090924191121.GB29419@redhat.com> <20090929161115.GA13885@redhat.com> <20090930135142.GA20378@redhat.com> <4AC395F8.8030004@gnu.org> <4AC3C6E1.1090105@codemonkey.ws> From: Markus Armbruster Date: Thu, 01 Oct 2009 01:01:29 +0200 In-Reply-To: <4AC3C6E1.1090105@codemonkey.ws> (Anthony Liguori's message of "Wed\, 30 Sep 2009 16\:00\:17 -0500") Message-ID: <87ws3g82ba.fsf@pike.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , Paolo Bonzini , qemu-devel@nongnu.org Anthony Liguori writes: > I strongly disagree with running indent against the source tree. > Indentation is purely cosmetic and honestly is something people get > too upset about. Doing something like a flag day indent run would > result in git annotate becoming more or less useless. FWIW, git-blame -w exists. [...]