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 35560f8e806a0d6c55832de452726e0b1c9bcd97 (commit)
via 13957063cf556e864adfef5596b2455acbc7a56f (commit)
from 59b1c93d3ec2f38d3901376b72011e9999158869 (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=35560f8e806a0d6c55832de452726e0b1c9bcd97
commit 35560f8e806a0d6c55832de452726e0b1c9bcd97
Merge: 59b1c93 1395706
Author: Brad King <[email protected]>
AuthorDate: Tue Jan 28 14:51:49 2014 -0500
Commit: CMake Topic Stage <[email protected]>
CommitDate: Tue Jan 28 14:51:49 2014 -0500
Merge topic 'doc-release-tarball' into next
13957063 Utilities/Release: Fix newlines on dash2win64 cygwin
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=13957063cf556e864adfef5596b2455acbc7a56f
commit 13957063cf556e864adfef5596b2455acbc7a56f
Author: Brad King <[email protected]>
AuthorDate: Tue Jan 28 14:50:56 2014 -0500
Commit: Brad King <[email protected]>
CommitDate: Tue Jan 28 14:50:56 2014 -0500
Utilities/Release: Fix newlines on dash2win64 cygwin
Tell Git not to perform newline conversion by configuring
'core.autocrlf' to 'false'. Cygwin wants newlines like UNIX.
diff --git a/Utilities/Release/dash2win64_cygwin.cmake
b/Utilities/Release/dash2win64_cygwin.cmake
index 4b8c257..ac3c527 100644
--- a/Utilities/Release/dash2win64_cygwin.cmake
+++ b/Utilities/Release/dash2win64_cygwin.cmake
@@ -16,7 +16,7 @@ SPHINX_MAN:BOOL=ON
set(CXX g++)
set(CC gcc)
set(SCRIPT_NAME dash2win64cygwin)
-set(GIT_EXTRA "git config core.autocrlf true")
+set(GIT_EXTRA "git config core.autocrlf false")
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
# WARNING: Temporary fix!! This exclusion of the ExternalProject test
-----------------------------------------------------------------------
Summary of changes:
Utilities/Release/dash2win64_cygwin.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits