On 06.04.2012 19:24, David Cole wrote:
The ninja-generator stuff has all been merged into 'master' already. Just start a new topic branch and push it to the stage: # first get up to date w.r.t. origin/master: git checkout master git pull # Then start a new branch from there: git checkout -b ninja-patch # make your changes, and commits # edit, edit, edit git add -u git commit git push stage HEAD ssh [email protected] stage cmake merge -b next ninja-patch
Thanks! Patch is now in next. Peter -- 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
