Re: change the filetype from binary to text after the file is commited to a git repo

2017-07-24 Thread tonka3...@gmail.com
Thx jeff, i will try it tomorrow. > Am 24.07.2017 um 22:32 schrieb Jeff King : > > On Mon, Jul 24, 2017 at 10:26:22PM +0200, tonka3...@gmail.com wrote: > >>> I'm not sure exactly what you're trying to accomplish. If you're unhappy >>> with the file a

Re: change the filetype from binary to text after the file is commited to a git repo

2017-07-24 Thread tonka3...@gmail.com
Hey Jeff, Thx for your answer. There is no .gitattributes file in the repo. I think that the git heuristic will also detect utf-16 files as binary (in windows), so i think that is the reason why my file is binary (i have to check that tomorrow). If i add a .gitattribute file i have the problem