commit | b9905fed7a028cc9749cf8ad479cbb07940c8638 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Jun 28 23:14:13 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jun 30 20:51:31 2007 -0700 |
tree | 62122a630a8871f2f3e63a54a744b25285a7ccb6 | |
parent | af3abef94af9c821a0c192c693c3e5342ab8729f [diff] |
diffcore-delta.c: Ignore CR in CRLF for text files This ignores CR byte in CRLF sequence in text file when computing similarity of two blobs. Usually this should not matter as nobody sane would be checking in a file with CRLF line endings to the repository (they would use autocrlf so that the repository copy would have LF line endings). Signed-off-by: Junio C Hamano <gitster@pobox.com>