On 02/04/2016 04:55 AM, Nick Lewis wrote:
> I am not familiar with git format-patch

After committing locally just run

 git format-patch HEAD~1..

to construct the patch file.  The "~1" specifies the number of
commits to go back (via first-parent) and include in the series.

> make use of the attached patch for ​​Help/command/install.rst

Thanks.  I integrated that in to my revised form of the topic.
I've merged it to 'next' for testing again:

 install: Add EXCLUDE_FROM_ALL option (#14921)
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=18ce97c4

 Tests: Add cases for install() command EXCLUDE_FROM_ALL option
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d321c196

 Help: Add notes for topic 'install-EXCLUDE_FROM_ALL'
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=586e56d0

Please look at extending the tests added by the second commit
to cover more install() command signatures.

Thanks,
-Brad
-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Reply via email to