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 ;). Cheers, Trevor [1]: https://github.com/wking/signed-off-by/ -- This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy