Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-04 11:54:59 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-04 11:54:59 +0400
commitb18a6a14cd6df064d50f75fa4c73a11be256b072 (patch)
tree627705c3e8bdcc36dc38ba88f4237b7de42f4989
parentb892f126119d778e2d0482c29bccebe3b9dbb571 (diff)
Ensure normalized text line encodings in repo.
-rw-r--r--.gitattributes7
-rw-r--r--TODO5
2 files changed, 8 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f8eb4c6
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,7 @@
+# Git repo attributes.
+
+# Ensure all text files have normalized (LF) line endings in the repository.
+* text=auto
+
+# Note: "core.eol" configuration variable controls which line endings to use
+# for the normalized files in the working directory (the default is native).
diff --git a/TODO b/TODO
index 480a816..6e7cf67 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,8 @@
TODO tasks
==========
-Add .gitattribute file. Set crlf property. I think we should consistently
-use LF across the project (including Makefile.msft) and checkout files as-is.
-
Drop all contents of ChangeLog in favor of Git commit annotation model.
-My opinion is that ChangeLog should be updated only on offical releases and
+My opinion is that ChangeLog should be updated only on official releases and
contain only major changes.
FIXME: make check (test_stack) fails on Linux/x86 with GCC v4.6.1.