[Cmake-commits] CMake branch, next, updated. v3.5.2-1102-g5635d5b

Brad King brad.king at kitware.com
Wed Apr 27 10:57:44 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  5635d5b1221eba1faeee47556e067d40232fd7b8 (commit)
       via  14e459662ba5513cdb8fb786f5345ae02f3cc6e6 (commit)
      from  cb2fab90674de77fb8fafdee90a3f1c266d75f05 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5635d5b1221eba1faeee47556e067d40232fd7b8
commit 5635d5b1221eba1faeee47556e067d40232fd7b8
Merge: cb2fab9 14e4596
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 27 10:57:43 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 27 10:57:43 2016 -0400

    Merge topic 'ExternalProject-git-clone-shallow' into next
    
    14e45966 fixup! ExternalProject: Add option to perform a shallow Git clone (#15291)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=14e459662ba5513cdb8fb786f5345ae02f3cc6e6
commit 14e459662ba5513cdb8fb786f5345ae02f3cc6e6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 27 10:43:37 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 27 10:43:37 2016 -0400

    fixup! ExternalProject: Add option to perform a shallow Git clone (#15291)

diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index 3198511..9cc8a20 100644
--- a/Modules/ExternalProject.cmake
+++ b/Modules/ExternalProject.cmake
@@ -62,8 +62,9 @@ Create custom targets to build projects in external trees
   ``GIT_SUBMODULES <module>...``
     Git submodules that shall be updated, all if empty
   ``GIT_SHALLOW 1``
-    Tell Git to clone with ``--depth 1`` to download only the most
-    recent commit of the repository and its submodules.
+    Tell Git to clone with ``--depth 1``.   Use when ``GIT_TAG`` is not
+    specified or when it names a branch in order to download only the
+    tip of the branch without the rest of its history.
   ``HG_REPOSITORY <url>``
     URL of mercurial repo
   ``HG_TAG <tag>``

-----------------------------------------------------------------------

Summary of changes:
 Modules/ExternalProject.cmake |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list