[Cmake-commits] CMake branch, next, updated. v2.8.2-599-g9d158c5

Brad King brad.king at kitware.com
Mon Aug 30 11:20: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, next has been updated
       via  9d158c567bb0b1f060adb5bba197c0d8f18f8d80 (commit)
       via  1cbc53f022ba4a37fa2c633bd1e8cb856ae6fff0 (commit)
      from  78b7fe74df1b9aaa74fad83790a7e61ddbbd97f4 (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=9d158c567bb0b1f060adb5bba197c0d8f18f8d80
commit 9d158c567bb0b1f060adb5bba197c0d8f18f8d80
Merge: 78b7fe7 1cbc53f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 30 11:20:08 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 30 11:20:08 2010 -0400

    Merge topic 'tab-in-indent' into next
    
    1cbc53f Add whitespace=tab-in-indent attribute for sources


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1cbc53f022ba4a37fa2c633bd1e8cb856ae6fff0
commit 1cbc53f022ba4a37fa2c633bd1e8cb856ae6fff0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 30 11:19:39 2010 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Aug 30 11:19:39 2010 -0400

    Add whitespace=tab-in-indent attribute for sources
    
    Tell Git 1.7.2 and later to reject indentation with TABs.

diff --git a/.gitattributes b/.gitattributes
index 878221f..43676a9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -12,3 +12,9 @@ configure        crlf=input
 *.dsw           -crlf
 *.sln           -crlf
 *.vcproj        -crlf
+
+*.c              whitespace=tab-in-indent
+*.h              whitespace=tab-in-indent
+*.cxx            whitespace=tab-in-indent
+*.txt            whitespace=tab-in-indent
+*.cmake          whitespace=tab-in-indent

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

Summary of changes:
 .gitattributes |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list