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,

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

--

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