I'm using cygwin on Windows 7, but I've decided to work with msysgit instead of default cygwin git, because msysgit is always more recent. Everything works pretty well, except commit message editing. I'm using nano (form cygwin) and my msysgit is apparently sending an CRLF line endings to it, therefore they are displayed incorrectly in cygwin window (as ^M).
Have you got any idea how to fix this?
Do you think that combining mssygit and cygwin is good approach anyway?
Thanks!