Re: .gitattributes and defaulting to binary

2013-09-16 Thread Jeff King
On Mon, Sep 16, 2013 at 05:35:24PM -0400, Matthieu Vachon wrote: > But I was not able to achieve it right now. When having this in my > `.gitattributes`, git treats all files as binary, even the one > explicitly specified like `*.txt`: > > *.txt text > * binary >From "git help attributes

.gitattributes and defaulting to binary

2013-09-16 Thread Matthieu Vachon
Hi all, I would like to craft my `.gitattributes` in a way that all files expect those specified in it are treated as binary from a line-ending normalization point of view (and diff viewing). But I was not able to achieve it right now. When having this in my `.gitattributes`, git treats all files