aboutsummaryrefslogtreecommitdiff
path: root/diffcore-rename.c
Commit message (Expand)AuthorAge
* diffcore-rename: make diff-tree -l0 mean -l<large>Jonathan Tan2017-12-02
* diff: remove silent clamp of renameLimitElijah Newren2017-11-15
* progress: fix progress meters when dealing with lots of workElijah Newren2017-11-15
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
* progress: simplify "delayed" progress APIJunio C Hamano2017-08-19
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-30
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | diffcore-rename: use is_empty_blob_oidBrandon Williams2017-06-05
* | diff: convert fill_filespec to struct object_idBrandon Williams2017-06-02
|/
* Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano2016-11-17
|\
| * diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser2016-11-14
| * Merge branch 'sg/diff-multiple-identical-renames' into maintJunio C Hamano2016-04-29
| |\
* | | use QSORTRené Scharfe2016-09-29
* | | pass constants as first argument to st_mult()René Scharfe2016-08-01
* | | diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson2016-06-28
* | | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-28
* | | Merge branch 'sg/diff-multiple-identical-renames'Junio C Hamano2016-04-13
|\ \ \ | |/ / |/| / | |/
| * diffcore: fix iteration order of identical files during rename detectionSZEDER Gábor2016-03-30
* | use st_add and st_mult for allocation size computationJeff King2016-02-22
|/
* Merge branch 'jk/diffcore-rename-duplicate'Junio C Hamano2015-03-10
|\
| * diffcore-rename: avoid processing duplicate destinationsJeff King2015-02-27
| * diffcore-rename: split locate_rename_dst into two functionsJeff King2015-02-27
* | diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy2014-08-18
* | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-07
* | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-07
|/
* Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-18
|\
| * diffcore-rename.c: use ALLOC_GROW()Dmitry S. Dolzhenko2014-03-03
* | Merge branch 'nd/i18n-progress'Junio C Hamano2014-03-14
|\ \
| * | i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy2014-02-24
| |/
* | diffcore-rename.c: use new hash map implementationKarsten Blees2013-11-18
* | diffcore-rename.c: simplify finding exact renamesKarsten Blees2013-11-18
* | diffcore-rename.c: move code around to prepare for the next patchKarsten Blees2013-11-18
|/
* Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy2013-03-16
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-29
* | teach diffcore-rename to optionally ignore empty contentJeff King2012-03-23
|/
* Merge branch 'mz/maint-rename-unmerged'Junio C Hamano2011-05-02
|\
| * diffcore-rename: don't consider unmerged path as sourceMartin von Zweigbergk2011-03-23
* | diffcore-rename.c: avoid set-but-not-used warningJim Meyering2011-04-29
* | diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano2011-03-22
* | diffcore-rename: record filepair for rename srcJunio C Hamano2011-03-22
* | diffcore-rename: refactor "too many candidates" logicJunio C Hamano2011-03-22
* | Merge branch 'jk/merge-rename-ux'Junio C Hamano2011-03-19
|\ \
| * | add inexact rename detection progress infrastructureJeff King2011-02-21
| * | merge: improve inexact rename limit warningJeff King2011-02-21
| |/
* | diffcore-rename: improve estimate_similarity() heuristicsLinus Torvalds2011-02-18
* | diffcore-rename: properly honor the difference between -M and -CLinus Torvalds2011-02-18
* | for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-18
|/