summaryrefslogtreecommitdiff
path: root/diffcore-rename.c
Commit message (Expand)AuthorAgeFilesLines
* hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
* diff: restrict when prefetching occursJonathan Tan2020-04-071-4/+51
* diff: make diff_populate_filespec_options structJonathan Tan2020-04-071-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-091-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_ARRAYsg/cocci-move-arraySZEDER Gábor2018-01-221-4/+4
|/
* diffcore-rename: make diff-tree -l0 mean -l<large>en/rename-progressJonathan Tan2017-12-021-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 lowercasebw/diff-opt-impl-to-bitfieldsBrandon Williams2017-11-011-3/+3
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-3/+3
* progress: simplify "delayed" progress APIjc/simplify-progressJunio 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()tk/diffcore-delta-remove-unusedTobias Klauser2016-11-141-4/+0
| * Merge branch 'sg/diff-multiple-identical-renames' into maintJunio C Hamano2016-04-291-2/+4
| |\
* | | use QSORTRené Scharfe2016-09-291-1/+1
* | | pass constants as first argument to st_mult()rs/st-multRené Scharfe2016-08-011-1/+1
* | | diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson2016-06-281-2/+2
* | | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-281-6/+8
* | | Merge branch 'sg/diff-multiple-identical-renames'Junio C Hamano2016-04-131-2/+4
|\ \ \ | |/ / |/| / | |/
| * diffcore: fix iteration order of identical files during rename detectionsg/diff-multiple-identical-renamesSZEDER Gábor2016-03-301-2/+4
* | use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
|/
* Merge branch 'jk/diffcore-rename-duplicate'Junio C Hamano2015-03-101-13/+31
|\
| * diffcore-rename: avoid processing duplicate destinationsjk/diffcore-rename-duplicateJeff King2015-02-271-2/+6
| * diffcore-rename: split locate_rename_dst into two functionsJeff King2015-02-271-12/+26
* | diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy2014-08-181-2/+4
* | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-4/+3
* | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-3/+1
|/