I am trying to get rid of ^M in repository cause it kinda looks weird and 
may screw up diffs, I am not exactly sure what is going on.

git diff head~2

I see red lines:
- text 
- text
- text
I see green lines
+ same text or slightly changed ^m
+ same text or slightly changed ^m
+ same text or slightly changed ^m

Why is git showing ^m ?

According to documentation when auto-crlf is set to true git should replace 
end of line markers with LF

so why is CR still showing up in git diff  ?!?!?

Bye,
  Skybuck.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/59ed8b98-c82a-46a9-b48c-400fa5f6615en%40googlegroups.com.

Reply via email to