summaryrefslogtreecommitdiff
path: root/diffcore-rename.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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 translationnd/i18n-progressNguyễ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
* | diffcore-rename: refactor "too many candidates" logicJunio C Hamano2011-03-221-18/+29
* | Merge branch 'jk/merge-rename-ux'Junio C Hamano2011-03-191-2/+13
|\ \
| * | add inexact rename detection progress infrastructureJeff King2011-02-211-0/+10
| * | merge: improve inexact rename limit warningJeff King2011-02-211-2/+3
| |/
* | diffcore-rename: improve estimate_similarity() heuristicsLinus Torvalds2011-02-181-1/+1
* | diffcore-rename: properly honor the difference between -M and -CLinus Torvalds2011-02-181-27/+26
* | for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-181-6/+8
|/
* Add a macro DIFF_QUEUE_CLEAR.Bo Yang2010-05-071-2/+1
* diffcore-rename: reduce memory footprint by freeing blob data earlyJunio C Hamano2009-11-201-2/+5
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* Rename detection: Avoid repeated filespec populationBjörn Steinbrink2009-01-211-2/+7
* Add file delete/create info when we overflow rename_limitLinus Torvalds2008-10-281-1/+1
* diff: make "too many files" rename warning optionalJeff King2008-05-031-1/+2
* Merge branch 'jc/rename'Junio C Hamano2008-04-091-22/+58
|\
| * Optimize rename detection for a huge diffJunio C Hamano2008-02-131-22/+58
* | rename: warn user when we have turned off rename detectionJeff King2008-03-011-3/+4
|/
* Fix a pathological case in git detecting proper renamesLinus Torvalds2007-11-301-0/+13
* Fix a pathological case in git detecting proper renamesLinus Torvalds2007-11-301-9/+16
* Do the fuzzy rename detection limits with the exact renames removedLinus Torvalds2007-10-261-14/+18
* Fix ugly magic special case in exact rename detectionLinus Torvalds2007-10-261-13/+14
* Do exact rename detection regardless of rename limitsLinus Torvalds2007-10-261-6/+6
* Do linear-time/space rename logic for exact renamesLinus Torvalds2007-10-261-63/+148
* copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds2007-10-261-51/+17
* Ref-count the filespecs used by diffcoreLinus Torvalds2007-10-261-10/+6
* Split out "exact content match" phase of rename detectionLinus Torvalds2007-10-261-34/+56
* rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano2007-10-021-2/+2
* diffcore-rename: cache file deltasJeff King2007-10-021-3/+4
* Fix the rename detection limit checkingLinus Torvalds2007-09-141-2/+17