From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXHz6-0006SV-Cl for qemu-devel@nongnu.org; Mon, 17 Sep 2007 10:54:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXHz4-0006S4-5a for qemu-devel@nongnu.org; Mon, 17 Sep 2007 10:53:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXHz4-0006Ry-2Z for qemu-devel@nongnu.org; Mon, 17 Sep 2007 10:53:58 -0400 Received: from bsdimp.com ([199.45.160.85] helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IXHz3-0001aQ-5w for qemu-devel@nongnu.org; Mon, 17 Sep 2007 10:53:57 -0400 Date: Mon, 17 Sep 2007 08:52:29 -0600 (MDT) Message-Id: <20070917.085229.1373430675.imp@bsdimp.com> Subject: Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae... From: "M. Warner Losh" In-Reply-To: References: <1190016521.14938.148.camel@rapid> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Johannes.Schindelin@gmx.de Cc: l_indien@magic.fr In message: Johannes Schindelin writes: : Hi, : : On Mon, 17 Sep 2007, J. Mayer wrote: : : > On Sun, 2007-09-16 at 21:08 +0000, Thiemo Seufer wrote: : > > CVSROOT: /sources/qemu : > > Module name: qemu : > > Changes by: Thiemo Seufer 07/09/16 21:08:06 : > > : > > [lots of changes] : > > : > > Log message: : > > find -type f | xargs sed -i 's/[\t ]$//g' # on most files : > : > Many thanks for generating hundreds of conflicts with a useless commit. : : It is a whitespace fix, designed to remove tabs and spaces from ends of : lines, where they have no business of being. : : Yes, it is a style fix. But a fix nevertheless. : : And your conflicts are probably DUE TO AN INFERIOUR MERGE TOOL that _you_ : use. Time to join the modern world? In reality, it best to never commit trailing white space in the first place. It only causes pain and misery. This being one flavor of that. Warner