[Cmake-commits] CMake branch, master, updated. 83b00e00e2b6d3ffa5f752922b3da36372c5342f

cmake-commits at cmake.org cmake-commits at cmake.org
Tue May 11 09:32:09 EDT 2010


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, master has been updated
       via  83b00e00e2b6d3ffa5f752922b3da36372c5342f (commit)
      from  48fc3d3efa3033bca104bb480bf1083e477feb84 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=83b00e00e2b6d3ffa5f752922b3da36372c5342f
commit 83b00e00e2b6d3ffa5f752922b3da36372c5342f
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Tue May 11 09:29:55 2010 -0400

    Add GITCommand key value pair.

diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 0b05865..85b4138 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -46,6 +46,10 @@ CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
 SVNCommand: @SVNCOMMAND@
 SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
 
+# Git options
+GITCommand: @GITCOMMAND@
+GITUpdateOptions: @GIT_UPDATE_OPTIONS@
+
 # Generic update command
 UpdateCommand: @UPDATE_COMMAND@
 UpdateOptions: @UPDATE_OPTIONS@

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

Summary of changes:
 Modules/DartConfiguration.tcl.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list