summaryrefslogtreecommitdiffstats
path: root/diffcore-rename.c
AgeCommit message (Expand)AuthorLines
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe-2/+2
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-13/+22
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy-13/+22
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-02-15Merge branch 'po/object-id'Junio C Hamano-2/+2
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara-2/+2
2018-01-22Use MOVE_ARRAYSZEDER Gábor-4/+4
2017-12-02diffcore-rename: make diff-tree -l0 mean -l<large>Jonathan Tan-0/+2
2017-11-15diff: remove silent clamp of renameLimitElijah Newren-7/+4
2017-11-15progress: fix progress meters when dealing with lots of workElijah Newren-2/+2
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams-3/+3
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams-3/+3
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano-2/+2
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller-1/+1
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano-4/+2
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason-4/+2
2017-06-05diffcore-rename: use is_empty_blob_oidBrandon Williams-2/+2
2017-06-02diff: convert fill_filespec to struct object_idBrandon Williams-1/+1
2016-11-17Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano-4/+0
2016-11-14diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser-4/+0
2016-09-29use QSORTRené Scharfe-1/+1
2016-08-01pass constants as first argument to st_mult()René Scharfe-1/+1
2016-06-28diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson-2/+2
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson-6/+8
2016-04-29Merge branch 'sg/diff-multiple-identical-renames' into maintJunio C Hamano-2/+4
2016-04-13Merge branch 'sg/diff-multiple-identical-renames'Junio C Hamano-2/+4
2016-03-30diffcore: fix iteration order of identical files during rename detectionSZEDER Gábor-2/+4
2016-02-22use st_add and st_mult for allocation size computationJeff King-1/+1
2015-03-10Merge branch 'jk/diffcore-rename-duplicate'Junio C Hamano-13/+31
2015-02-27diffcore-rename: avoid processing duplicate destinationsJeff King-2/+6
2015-02-27diffcore-rename: split locate_rename_dst into two functionsJeff King-12/+26
2014-08-18diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy-2/+4
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees-4/+3
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees-3/+1
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano-10/+2
2014-03-14Merge branch 'nd/i18n-progress'Junio C Hamano-1/+1
2014-03-03diffcore-rename.c: use ALLOC_GROW()Dmitry S. Dolzhenko-10/+2
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy-1/+1
2013-11-18diffcore-rename.c: use new hash map implementationKarsten Blees-35/+13
2013-11-18diffcore-rename.c: simplify finding exact renamesKarsten Blees-55/+20
2013-11-18diffcore-rename.c: move code around to prepare for the next patchKarsten Blees-49/+49
2013-03-16Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy-0/+1
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano-1/+1
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King-1/+1
2012-03-23teach diffcore-rename to optionally ignore empty contentJeff King-0/+6
2011-05-02Merge branch 'mz/maint-rename-unmerged'Junio C Hamano-2/+5
2011-04-29diffcore-rename.c: avoid set-but-not-used warningJim Meyering-2/+1
2011-03-23diffcore-rename: don't consider unmerged path as sourceMartin von Zweigbergk-2/+5
2011-03-22diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano-2/+36