Quoting Junio C Hamano <gitster@xxxxxxxxx>: > This ignores CR byte in CRLF sequence in text file when > computing similarity of two blobs. > ... > +test_expect_success 'diff -M' ' > + > + git diff-tree -M -r --name-status HEAD^ HEAD | > + sed -e "s/R[0-9]*/RNUM/" >actual && > + echo "RNUM sample elpmas" >expect && > + diff -u expect actual > + > +' I tried this test but it does not give R100. The new file is unchanged except for LF -> CRLF. Could you explain why? -- Nanako Shiraishi http://ivory.ap.teacup.com/nanako3/ ---------------------------------------------------------------------- Get a free email address with REAL anti-spam protection. http://www.bluebottle.com - 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