On Thu, Oct 13, 2011 at 8:30 AM, Rolf Eike Beer <e...@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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to