Skip to content

Commit

Permalink
Ensure normalized text line encodings in repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Aug 4, 2011
1 parent b892f12 commit b18a6a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .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).
5 changes: 1 addition & 4 deletions TODO
@@ -1,11 +1,8 @@
TODO tasks 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. 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. contain only major changes.


FIXME: make check (test_stack) fails on Linux/x86 with GCC v4.6.1. FIXME: make check (test_stack) fails on Linux/x86 with GCC v4.6.1.
Expand Down

0 comments on commit b18a6a1

Please sign in to comment.