On Sun, Apr 26, 2015 at 8:02 AM, Torsten Bögershausen <tboegi@xxxxxx> wrote: > A typicall setup under Windows: s/typicall/typical/ > core.eol is CRLF and a file is marked as "text" in .gitattributes. > > After 4d4813a5 "git blame" no longer works as expected, > every line is annotated as "Not Committed Yet", > even though the working directory is clean. > > commit 4d4813a5 removed the conversion in blame.c for all files, > with or without CRLF in the repo. > > Having files with CRLF in the repo and core.autocrlf=input is a temporary > situation, the files should be normalized in the repo. > Blaming them with "Not Committed Yet" is OK. > > The solution is to revert commit 4d4813a5. > > Reported-By: Stepan Kasal <kasal@xxxxxx> > Signed-off-by: Torsten Bögershausen <tboegi@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html