[cmake-developers] Some documentation patches

Nicolas Desprès nicolas.despres at gmail.com
Thu Oct 13 13:38:44 EDT 2011


On Thu, Oct 13, 2011 at 8:30 AM, Rolf Eike Beer <eike at sf-mail.de> wrote:
> Brad King wrote:
>
>> - Some of the patches remove trailing whitespace from lines unrelated to
>>    the real change.  Please identify the set of files from which you've
>>    blanket-removed whitespace, create a commit that does just that, and
>>    then rebase the rest of the patches on it.  That will make the changes
>>    easier to see/review/blame.
>
> sed 's,[ \t]*$,,' -i $(find . -type f)
>
> HTH,

Thanks but this one is dangerous because it also modify your .git and
just break your repository if started from the root of the project :-)

-- 
Nicolas Desprès



More information about the cmake-developers mailing list