On 14. mai 2010, at 04.34, Robert Buck wrote:
Probably a newbie question, lots to read, lots already read, but I
really want to verify if I have this correct. So in a nutshell, in the
gitattributes file
* text
I missed this when I replied to Jonathan, but you probably want "* text=auto" here. "* text" would force git to treat all files as text files.
Also, as Jonathan said, if you want CRLF line endings you currently have to have core.autocrlf set to "true" (which is the default on Windows).
--
Eyvind