Hy,
I have a problem with a a file in a git repo which is detect as binary and not as text (checked by git dif --stat)
. The project was converted from svn some years ago, so i could not really change the past. I've now tried to convert the file to a utf8(without bom) file, but git tells me (git diff --stat)
that it is binary for git.
Is there any possibilty to change the base type of a file (text|binary) after a commit?