Re: Gitattributes file is not respected when switching between branches

2016-09-16 Thread Виталий Ищенко
en Bögershausen <tbo...@web.de> wrote: > On 12.09.16 21:35, Torsten Bögershausen wrote: >> On 12.09.16 14:55, Виталий Ищенко wrote: >>> Good day >>> >>> I faced following issue with gitattributes file (at least eol setting) >>> when was trying

Gitattributes file is not respected when switching between branches

2016-09-12 Thread Виталий Ищенко
Good day I faced following issue with gitattributes file (at least eol setting) when was trying to force `lf` mode on windows. We have 2 branches: master & dev. With master set as HEAD in repository I've added `.gitattributes` with following content to `dev` branch ``` * text eol=lf ``` Now