Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
2021-12-02diffcore-delta.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-02-22diffcore-delta: rename 'new' variablesBrandon Williams
2016-11-18Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano
2016-11-14diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser
2016-09-30use QSORTRené Scharfe
2016-02-23use st_add and st_mult for allocation size computationJeff King
2009-12-05Fix diff -B/--dirstat miscounting of newly added contentsLinus Torvalds
2007-10-04optimize diffcore-delta by sorting hash entries.Linus Torvalds
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano
2007-07-01diffcore-delta.c: Ignore CR in CRLF for text filesJunio C Hamano
2007-07-01diffcore-delta.c: update the comment on the algorithm.Junio C Hamano
2007-07-01diffcore_count_changes: pass diffcore_filespecJunio C Hamano
2006-03-16diffcore-delta: 64-byte-or-EOL ultrafast replacement (hash fix).Linus Torvalds
2006-03-15diffcore-delta: 64-byte-or-EOL ultrafast replacement.Linus Torvalds
2006-03-13diffcore-delta: tweak hashbase value.Junio C Hamano
2006-03-13diffcore-delta: make the hash a bit denser.Junio C Hamano
2006-03-12diffcore-rename: somewhat optimized.Junio C Hamano
2006-03-05diffcore-delta: make change counter to byte oriented again.Junio C Hamano
2006-03-01diffcore-rename: split out the delta counting code.Junio C Hamano