aboutsummaryrefslogtreecommitdiffstats
path: root/diffcore-delta.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Merge branch 'en/diffcore-delta-final-line-fix'Junio C Hamano1-0/+4
2024-01-18diffcore-delta: avoid ignoring final 'line' of fileElijah Newren1-0/+4
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-1/+1
2021-12-01diffcore-delta.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley1-3/+3
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy1-5/+7
2018-02-22diffcore-delta: rename 'new' variablesBrandon Williams1-8/+8
2016-11-17Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano1-1/+0
2016-11-14diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser1-1/+0
2016-09-29use QSORTRené Scharfe1-4/+1
2016-02-22use st_add and st_mult for allocation size computationJeff King1-2/+4
2009-12-05Fix diff -B/--dirstat miscounting of newly added contentsLinus Torvalds1-1/+10
2007-10-04optimize diffcore-delta by sorting hash entries.Linus Torvalds1-24/+30
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano1-1/+1
2007-06-30diffcore-delta.c: Ignore CR in CRLF for text filesJunio C Hamano1-3/+11
2007-06-30diffcore-delta.c: update the comment on the algorithm.Junio C Hamano1-12/+9
2007-06-30diffcore_count_changes: pass diffcore_filespecJunio C Hamano1-4/+4
2006-03-15diffcore-delta: 64-byte-or-EOL ultrafast replacement (hash fix).Linus Torvalds1-9/+10
2006-03-15diffcore-delta: 64-byte-or-EOL ultrafast replacement.Linus Torvalds1-18/+16
2006-03-12diffcore-delta: tweak hashbase value.Junio C Hamano1-1/+8
2006-03-12diffcore-delta: make the hash a bit denser.Junio C Hamano1-4/+9
2006-03-12diffcore-rename: somewhat optimized.Junio C Hamano1-21/+140
2006-03-04diffcore-delta: make change counter to byte oriented again.Junio C Hamano1-28/+68
2006-02-28diffcore-rename: split out the delta counting code.Junio C Hamano1-0/+43