summaryrefslogtreecommitdiffstats
path: root/diffcore-rename.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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 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
| |\
* | | use QSORTRené Scharfe2016-09-291-1/+1
* | | pass constants as first argument to st_mult()René 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 detectionSZEDER 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 destinationsJeff 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
|/
* Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-181-10/+2
|\
| * diffcore-rename.c: use ALLOC_GROW()Dmitry S. Dolzhenko2014-03-031-10/+2
* | Merge branch 'nd/i18n-progress'Junio C Hamano2014-03-141-1/+1
|\ \
| * | i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy2014-02-241-1/+1
| |/
* | diffcore-rename.c: use new hash map implementationKarsten Blees2013-11-181-35/+13
* | diffcore-rename.c: simplify finding exact renamesKarsten Blees2013-11-181-55/+20
* | diffcore-rename.c: move code around to prepare for the next patchKarsten Blees2013-11-181-49/+49
|/
* Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy2013-03-161-0/+1
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-271-1/+1
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-291-1/+1
* | teach diffcore-rename to optionally ignore empty contentJeff King2012-03-231-0/+6
|/
* Merge branch 'mz/maint-rename-unmerged'Junio C Hamano2011-05-021-2/+5
|\
| * diffcore-rename: don't consider unmerged path as sourceMartin von Zweigbergk2011-03-231-2/+5
* | diffcore-rename.c: avoid set-but-not-used warningJim Meyering2011-04-291-2/+1
* | diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano2011-03-221-2/+36
* | diffcore-rename: record filepair for rename srcJunio C Hamano2011-03-221-11/+12