summaryrefslogtreecommitdiff
path: root/t/t0022-crlf-rename.sh
Commit message (Collapse)AuthorAgeFilesLines
* diffcore-delta.c: Ignore CR in CRLF for text filesJunio C Hamano2007-06-301-0/+33
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>