all src/ and conf/: force crlf=input via gitattributes

msysgit needs this on the initial clone, so it has to be on master.  It
doesn't seem to "apply" the gitattributes if you checkout a different branch
later that has that setting; didn't investigate why
This commit is contained in:
Sitaram Chamarty 2009-11-18 14:54:18 +05:30
parent c727d68caa
commit 0bdf1f360f

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
conf/* crlf=input
src/* crlf=input
src/hooks/* crlf=input