summaryrefslogtreecommitdiffstats
path: root/diffcore-rename.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* diffcore-rename: guide inexact rename detection based on basenamesElijah Newren2021-02-161-5/+48
* diffcore-rename: complete find_basename_matches()Elijah Newren2021-02-161-3/+79
* diffcore-rename: compute basenames of source and dest candidatesElijah Newren2021-02-161-0/+63
* diffcore-rename: filter rename_src list when possibleElijah Newren2021-02-161-8/+51
* diffcore-rename: no point trying to find a match better than exactElijah Newren2021-02-121-6/+14
* merge-ort: begin performance work; instrument with trace2_region_* callsElijah Newren2021-01-241-0/+8
* diffcore-rename: remove unnecessary duplicate entry checksElijah Newren2021-01-041-23/+0
* diffcore-rename: accelerate rename_dst setupElijah Newren2020-12-141-83/+65
* diffcore-rename: simplify and accelerate register_rename_src()Elijah Newren2020-12-141-26/+13
* diffcore-rename: reduce jumpiness in progress countersElijah Newren2020-12-141-2/+3
* diffcore-rename: simplify limit checkElijah Newren2020-12-141-6/+9
* diffcore-rename: avoid usage of global in too_many_rename_candidates()Elijah Newren2020-12-141-12/+12
* diffcore-rename: rename num_create to num_destinationsElijah Newren2020-12-141-12/+13
* hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
* diff: restrict when prefetching occursJonathan Tan2020-04-081-4/+51
* diff: make diff_populate_filespec_options structJonathan Tan2020-04-081-5/+8
* sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-2/+2
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-8/+7
|\
| * OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-071-1/+1
| * hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-1/+1
| * hashmap: use *_entry APIs to wrap container_ofEric Wong2019-10-071-9/+5
| * hashmap_get_next returns "struct hashmap_entry *"Eric Wong2019-10-071-4/+7
| * hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_get_next takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* | diffcore_rename(): use a stable sortJohannes Schindelin2019-10-021-1/+1
|/
* Merge branch 'jk/oidhash'Junio C Hamano2019-07-101-1/+1
|\
| * hashmap: convert sha1hash() to oidhash()Jeff King2019-06-201-1/+1
* | cleanup: fix possible overflow errors in binary search, part 2René Scharfe2019-06-131-2/+2
|/
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-13/+22
|\
| * diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-13/+22
* | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
|/
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* Merge branch 'po/object-id'Junio C Hamano2018-02-151-2/+2
|\
| * sha1_file: convert hash_sha1_file to object_idPatryk Obara2018-01-301-2/+2
* | Use MOVE_ARRAYSZEDER Gábor2018-01-221-4/+4
|/
* diffcore-rename: make diff-tree -l0 mean -l<large>Jonathan Tan2017-12-031-0/+2
* diff: remove silent clamp of renameLimitElijah Newren2017-11-151-7/+4
* progress: fix progress meters when dealing with lots of workElijah Newren2017-11-151-2/+2
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-011-3/+3
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-3/+3
* progress: simplify "delayed" progress APIJunio C Hamano2017-08-191-2/+2
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-1/+1
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
* | diffcore-rename: use is_empty_blob_oidBrandon Williams2017-06-051-2/+2
* | diff: convert fill_filespec to struct object_idBrandon Williams2017-06-021-1/+1
|/
* Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano2016-11-171-4/+0
|\
| * diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser2016-11-141-4/+0
| * Merge branch 'sg/diff-multiple-identical-renames' into maintJunio C Hamano2016-04-291-2/+4
| |\