[cmake-developers] Development pause for sweeping style changes

Brad King brad.king at kitware.com
Mon Aug 13 14:30:36 EDT 2012


On 08/13/2012 08:35 AM, Brad King wrote:
> On 08/10/2012 09:27 AM, Brad King wrote:
>> Since the first step involves making 'master' and 'next' consistent
>> we plan to disable merge access to 'next' for the first couple days
>> of next week.
> 
> Push access to the stage and merge access to 'next' have been disabled
> in preparation for this sweep.  Thanks for your patience.

Three sweeping style change commits have been merged to 'next':

 http://cmake.org/gitweb?p=cmake.git;a=commit;h=7bbaa428
 http://cmake.org/gitweb?p=cmake.git;a=commit;h=77543bde
 http://cmake.org/gitweb?p=cmake.git;a=commit;h=9db31162

The first one removes trailing whitespace.  The second one converts
CMake commands to lower case.  The third one removes the arguments
of else(), endif(), etc. as Stephen suggested.

The three commits have been recorded with "Kitware Robot" as
the author so that no one person gets blame/credit in "git blame"
output.  In the future "git blame" may report one of these sweeping
commits.  In that case, change the blame line to

 git blame 7bbaa428~1 -- path/of/file/to/blame.txt

We will let this run through dashboard testing tonight on 'next'.
If all is well then that will become 'master'.

-Brad



More information about the cmake-developers mailing list