summaryrefslogtreecommitdiff
path: root/diffcore-delta.c
Commit message (Expand)AuthorAgeFilesLines
* Fix diff -B/--dirstat miscounting of newly added contentsLinus Torvalds2009-12-051-1/+10
* optimize diffcore-delta by sorting hash entries.Linus Torvalds2007-10-041-24/+30
* Introduce diff_filespec_is_binary()Junio C Hamano2007-07-061-1/+1
* diffcore-delta.c: Ignore CR in CRLF for text filesJunio C Hamano2007-06-301-3/+11
* diffcore-delta.c: update the comment on the algorithm.Junio C Hamano2007-06-301-12/+9
* diffcore_count_changes: pass diffcore_filespecJunio C Hamano2007-06-301-4/+4
* diffcore-delta: 64-byte-or-EOL ultrafast replacement (hash fix).Linus Torvalds2006-03-151-9/+10
* diffcore-delta: 64-byte-or-EOL ultrafast replacement.Linus Torvalds2006-03-151-18/+16
* diffcore-delta: tweak hashbase value.Junio C Hamano2006-03-121-1/+8
* diffcore-delta: make the hash a bit denser.Junio C Hamano2006-03-121-4/+9
* diffcore-rename: somewhat optimized.Junio C Hamano2006-03-121-21/+140
* diffcore-delta: make change counter to byte oriented again.Junio C Hamano2006-03-041-28/+68
* diffcore-rename: split out the delta counting code.Junio C Hamano2006-02-281-0/+43