On Thu, Feb 28, 2013 at 3:46 AM, W. Trevor King <[email protected]> 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 <[email protected]>
>
> 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.

Reply via email to