Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
[BUGFIX][DD-459] uppercase in .gitattribute, reactivate testNewlineCh…
Browse files Browse the repository at this point in the history
…arInQuotes

* fixes test to run on all UNIXes
** update case in .gitattribute file pattern
** rename test files to force git to checkout and convert these files instead of using the ones that have not been converted on a previous checkout
* cleanup
  • Loading branch information
Sandro Reichert committed Jun 13, 2014
1 parent 45ce4b9 commit 85476c5
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 231 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Automatically normalize line endings for all text-based files
* text=auto
*_crlf.csv eol=crlf

# Always checkout csv files with trailing _CRLF in file name as crlf
*_CRLF.* text eol=crlf
Loading

0 comments on commit 85476c5

Please sign in to comment.