From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 40BF6198005 for ; Thu, 28 Feb 2013 23:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22FB6E07F8; Thu, 28 Feb 2013 23:44:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A532FE07F8 for ; Thu, 28 Feb 2013 23:44:40 +0000 (UTC) Received: from mail-gh0-f178.google.com (mail-gh0-f178.google.com [209.85.160.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id B671F33DD77 for ; Thu, 28 Feb 2013 23:44:39 +0000 (UTC) Received: by mail-gh0-f178.google.com with SMTP id g24so386075ghb.9 for ; Thu, 28 Feb 2013 15:44:38 -0800 (PST) X-Received: by 10.236.169.104 with SMTP id m68mr6133622yhl.27.1362095078143; Thu, 28 Feb 2013 15:44:38 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.100.59.14 with HTTP; Thu, 28 Feb 2013 15:44:17 -0800 (PST) In-Reply-To: <20130228114625.GA2625@odin.tremily.us> References: <1362016021-8338-1-git-send-email-dolsen@gentoo.org> <1362016021-8338-2-git-send-email-dolsen@gentoo.org> <20130228114625.GA2625@odin.tremily.us> From: Matt Turner Date: Thu, 28 Feb 2013 15:44:17 -0800 Message-ID: Subject: Re: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup. To: gentoo-catalyst@lists.gentoo.org Cc: Brian Dolbec Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 5167d534-47ef-4045-9a09-9058caffb8b6 X-Archives-Hash: 79e05e7b9161536ca78a7113597dd1a7 On Thu, Feb 28, 2013 at 3:46 AM, W. Trevor King wrote: > On Wed, Feb 27, 2013 at 05:46:58PM -0800, Brian Dolbec wrote: >> Run the following command to cleanup whitespace. >> for FILE in $(git ls-tree -r --name-only HEAD | grep -v 'bz2$'); do >> sed -i 's/[[:space:]]*$//' "$FILE" >> done > > Since you dropped the changes to COPYING, you should probably add > COPYING to the grep (grep -v 'bz2$\|COPYING') or add `git checkout > COPYING` after the for loop. > >> Signed-off-by: Brian Dolbec > > I don't thing this is appropriate for catalyst, since we never > document its meaning for this project. If we *do* want to add > Linux/Git-style sign-offs, I've got the docs all pulled out into their > own GPLv2 project [1], which could be merged into catalyst. In this > case, I imagine it's not worth the trouble ;). Yeah, I don't think S-o-B adds anything. I've stopped using them for everything but the X server and kernel.