aboutsummaryrefslogtreecommitdiff
path: root/diffcore-delta.c
Commit message (Expand)AuthorAge
* Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano2016-11-17
|\
| * diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser2016-11-14
* | use QSORTRené Scharfe2016-09-29
|/
* use st_add and st_mult for allocation size computationJeff King2016-02-22
* Fix diff -B/--dirstat miscounting of newly added contentsLinus Torvalds2009-12-05
* optimize diffcore-delta by sorting hash entries.Linus Torvalds2007-10-04
* Introduce diff_filespec_is_binary()Junio C Hamano2007-07-06
* diffcore-delta.c: Ignore CR in CRLF for text filesJunio C Hamano2007-06-30
* diffcore-delta.c: update the comment on the algorithm.Junio C Hamano2007-06-30
* diffcore_count_changes: pass diffcore_filespecJunio C Hamano2007-06-30
* diffcore-delta: 64-byte-or-EOL ultrafast replacement (hash fix).Linus Torvalds2006-03-15
* diffcore-delta: 64-byte-or-EOL ultrafast replacement.Linus Torvalds2006-03-15
* diffcore-delta: tweak hashbase value.Junio C Hamano2006-03-12
* diffcore-delta: make the hash a bit denser.Junio C Hamano2006-03-12
* diffcore-rename: somewhat optimized.Junio C Hamano2006-03-12
* diffcore-delta: make change counter to byte oriented again.Junio C Hamano2006-03-04
* diffcore-rename: split out the delta counting code.Junio C Hamano2006-02-28