[Cmake-commits] CMake branch, hooks, updated. b9b952190a736e30ef33f2a75cf4aab45bcb3b5a
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jul 7 15:26:51 EDT 2014
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, hooks has been updated
via b9b952190a736e30ef33f2a75cf4aab45bcb3b5a (commit)
from 11679f83379b6cf5141cf79af56ab7ff966ef797 (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=b9b952190a736e30ef33f2a75cf4aab45bcb3b5a
commit b9b952190a736e30ef33f2a75cf4aab45bcb3b5a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 7 15:18:38 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Jul 7 15:19:30 2014 -0400
Add .gitattributes to tell git to use LF newlines
These hook scripts execute with bash and need LF newlines. Set eol=lf
to get LF newlines even when core.autocrlf is enabled. While at it,
also enable whitespace=indent-with-non-tab.
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..246b99e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.git* export-ignore
+* eol=lf whitespace=indent-with-non-tab
-----------------------------------------------------------------------
Summary of changes:
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 .gitattributes
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list