Re: AW: git blame swallows up lines in case of mixed line endings

2015-02-23 Thread Junio C Hamano
"Sokolov, Konstantin (ext)" writes: > Thank you for going into the matter. I was not aware of the textconv > filter. This is definitely a decent solution. But what exactly do you > mean by "Even though we have an option to mark alone as the end > of line marker"? s/have/do not have/; sorry for

AW: git blame swallows up lines in case of mixed line endings

2015-02-23 Thread Sokolov, Konstantin (ext)
Thank you for going into the matter. I was not aware of the textconv filter. This is definitely a decent solution. But what exactly do you mean by "Even though we have an option to mark alone as the end of line marker"? Is there really such an option in Git or did you mean that it's possible in

AW: git blame swallows up lines in case of mixed line endings

2015-02-23 Thread Sokolov, Konstantin (ext)
It's not that I want to use CR as line ending. We just had to process a repository where it was the case. We use git blame as an automatic processing step in a bigger system. So if a line does not exist for git blame but it does exist for other parts of the system (which read the same file) we r