Re: [RFC/PATCH v3 4/5] Rename "crlf" attribute as "eolconv"
From: Robert Buck <hidden> Date: 2016-06-15 22:48:48
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
*.foo binary
means autoconvert everything regardless of the autocrlf setting,
except for .foo files ? So now we can dispense with the autocrlf
attribute altogether if we so wish?
- Bob