Skip to content

Fix git blame for files with DOS end of line

Kåre Särs requested to merge work/fix_git_blame_4_dos_eol into master

Since KTextEditor removes all '\r' characters internally, we need to remove them also from the blame output to be able to match lines...

Merge request reports