"Jason Pyeron" <jpyeron@xxxxxxxx> writes: > Any way to hit git with a stick to treat lone CR as a line break for blame/annotate? I highly suspect that you would get more help from those whose love is Git if your inquiry were about a way to ask Git politely to do what you want to achieve, rather than hitting it with a stick ;-) Perhaps define a textconv filter to fix the incorrect line endings? That way, you do not have to rewrite the history only to run blame, but can pretend as if the contents were all using consistent line endings (either LF or CRLF) retroactively.