summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestVC.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-12-20 20:33:21 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2010-12-20 21:05:40 (GMT)
commit307b8a6e6995b2c08fb71d7eea202e2ab0a8a204 (patch)
tree95ef054657b2931f8056db4fb7d2578f0866f813 /Source/CTest/cmCTestVC.h
parent34a2dee75d80afe175bd041e26be10da9c09a74f (diff)
downloadCMake-307b8a6e6995b2c08fb71d7eea202e2ab0a8a204.zip
CMake-307b8a6e6995b2c08fb71d7eea202e2ab0a8a204.tar.gz
CMake-307b8a6e6995b2c08fb71d7eea202e2ab0a8a204.tar.bz2
CTest git update should pass the committer as well as the author
Diffstat (limited to 'Source/CTest/cmCTestVC.h')
-rw-r--r--Source/CTest/cmCTestVC.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestVC.h b/Source/CTest/cmCTestVC.h
index d36bc8f..44e1dac 100644
--- a/Source/CTest/cmCTestVC.h
+++ b/Source/CTest/cmCTestVC.h
@@ -74,6 +74,9 @@ protected:
std::string Date;
std::string Author;
std::string EMail;
+ std::string Committer;
+ std::string CommitterEMail;
+ std::string CommitDate;
std::string Log;
};