Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Cc: Brian Dolbec <dolsen@g.o>
Subject: Re: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup.
Date: Thu, 28 Feb 2013 11:46:41
Message-Id: 20130228114625.GA2625@odin.tremily.us
In Reply to: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup. by Brian Dolbec
1 On Wed, Feb 27, 2013 at 05:46:58PM -0800, Brian Dolbec wrote:
2 > Run the following command to cleanup whitespace.
3 > for FILE in $(git ls-tree -r --name-only HEAD | grep -v 'bz2$'); do
4 > sed -i 's/[[:space:]]*$//' "$FILE"
5 > done
6
7 Since you dropped the changes to COPYING, you should probably add
8 COPYING to the grep (grep -v 'bz2$\|COPYING') or add `git checkout
9 COPYING` after the for loop.
10
11 > Signed-off-by: Brian Dolbec <dolsen@g.o>
12
13 I don't thing this is appropriate for catalyst, since we never
14 document its meaning for this project. If we *do* want to add
15 Linux/Git-style sign-offs, I've got the docs all pulled out into their
16 own GPLv2 project [1], which could be merged into catalyst. In this
17 case, I imagine it's not worth the trouble ;).
18
19 Cheers,
20 Trevor
21
22 [1]: https://github.com/wking/signed-off-by/
23
24 --
25 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
26 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup. Matt Turner <mattst88@g.o>