Fix CRLF issues.

Many problems happen with git due to some machines liking CRLF at the
end of lines, and others linking CR.  To try to straighten this out,
I'm using Unix-style LF (\n) as the line endings.  To make sure your
repository remains consistent, try:

$ git config --global core.autocrlf input

For details, see:
http://help.github.com/dealing-with-lineendings/
This commit is contained in:
Ken Shirriff
2010-05-15 15:19:55 -07:00
parent 19320b2144
commit acca27b698
9 changed files with 1149 additions and 1157 deletions

File diff suppressed because it is too large Load Diff