| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tk/diffcore-delta-remove-unused' | Junio C Hamano | 2016-11-17 | 1 | -4/+0 |
|\ |
|
| * | diffcore-delta: remove unused parameter to diffcore_count_changes()tk/diffcore-delta-remove-unused | Tobias Klauser | 2016-11-14 | 1 | -4/+0 |
| * | Merge branch 'sg/diff-multiple-identical-renames' into maint | Junio C Hamano | 2016-04-29 | 1 | -2/+4 |
| |\ |
|
* | | | use QSORT | René Scharfe | 2016-09-29 | 1 | -1/+1 |
* | | | pass constants as first argument to st_mult()rs/st-mult | René Scharfe | 2016-08-01 | 1 | -1/+1 |
* | | | diff: rename struct diff_filespec's sha1_valid member | brian m. carlson | 2016-06-28 | 1 | -2/+2 |
* | | | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 2016-06-28 | 1 | -6/+8 |
* | | | Merge branch 'sg/diff-multiple-identical-renames' | Junio C Hamano | 2016-04-13 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | diffcore: fix iteration order of identical files during rename detectionsg/diff-multiple-identical-renames | SZEDER Gábor | 2016-03-30 | 1 | -2/+4 |
* | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/diffcore-rename-duplicate' | Junio C Hamano | 2015-03-10 | 1 | -13/+31 |
|\ |
|
| * | diffcore-rename: avoid processing duplicate destinationsjk/diffcore-rename-duplicate | Jeff King | 2015-02-27 | 1 | -2/+6 |
| * | diffcore-rename: split locate_rename_dst into two functions | Jeff King | 2015-02-27 | 1 | -12/+26 |
* | | diff.c: allow to pass more flags to diff_populate_filespec | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -2/+4 |
* | | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 2014-07-07 | 1 | -4/+3 |
* | | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 2014-07-07 | 1 | -3/+1 |
|/ |
|
* | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 2014-03-18 | 1 | -10/+2 |
|\ |
|
| * | diffcore-rename.c: use ALLOC_GROW() | Dmitry S. Dolzhenko | 2014-03-03 | 1 | -10/+2 |
* | | Merge branch 'nd/i18n-progress' | Junio C Hamano | 2014-03-14 | 1 | -1/+1 |
|\ \ |
|
| * | | i18n: mark all progress lines for translationnd/i18n-progress | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -1/+1 |
| |/ |
|
* | | diffcore-rename.c: use new hash map implementation | Karsten Blees | 2013-11-18 | 1 | -35/+13 |
* | | diffcore-rename.c: simplify finding exact renames | Karsten Blees | 2013-11-18 | 1 | -55/+20 |
* | | diffcore-rename.c: move code around to prepare for the next patch | Karsten Blees | 2013-11-18 | 1 | -49/+49 |
|/ |
|
* | Preallocate hash tables when the number of inserts are known in advance | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -0/+1 |
* | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 2012-08-27 | 1 | -1/+1 |
|\ |
|
| * | diff: do not use null sha1 as a sentinel value | Jeff King | 2012-07-29 | 1 | -1/+1 |
* | | teach diffcore-rename to optionally ignore empty content | Jeff King | 2012-03-23 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'mz/maint-rename-unmerged' | Junio C Hamano | 2011-05-02 | 1 | -2/+5 |
|\ |
|
| * | diffcore-rename: don't consider unmerged path as source | Martin von Zweigbergk | 2011-03-23 | 1 | -2/+5 |
* | | diffcore-rename.c: avoid set-but-not-used warning | Jim Meyering | 2011-04-29 | 1 | -2/+1 |
* | | diffcore-rename: fall back to -C when -C -C busts the rename limit | Junio C Hamano | 2011-03-22 | 1 | -2/+36 |
* | | diffcore-rename: record filepair for rename src | Junio C Hamano | 2011-03-22 | 1 | -11/+12 |
* | | diffcore-rename: refactor "too many candidates" logic | Junio C Hamano | 2011-03-22 | 1 | -18/+29 |
* | | Merge branch 'jk/merge-rename-ux' | Junio C Hamano | 2011-03-19 | 1 | -2/+13 |
|\ \ |
|
| * | | add inexact rename detection progress infrastructure | Jeff King | 2011-02-21 | 1 | -0/+10 |
| * | | merge: improve inexact rename limit warning | Jeff King | 2011-02-21 | 1 | -2/+3 |
| |/ |
|
* | | diffcore-rename: improve estimate_similarity() heuristics | Linus Torvalds | 2011-02-18 | 1 | -1/+1 |
* | | diffcore-rename: properly honor the difference between -M and -C | Linus Torvalds | 2011-02-18 | 1 | -27/+26 |
* | | for_each_hash: allow passing a 'void *data' pointer to callback | Linus Torvalds | 2011-02-18 | 1 | -6/+8 |
|/ |
|
* | Add a macro DIFF_QUEUE_CLEAR. | Bo Yang | 2010-05-07 | 1 | -2/+1 |
* | diffcore-rename: reduce memory footprint by freeing blob data early | Junio C Hamano | 2009-11-20 | 1 | -2/+5 |
* | Fix typos / spelling in comments | Mike Ralphson | 2009-04-22 | 1 | -1/+1 |
* | Rename detection: Avoid repeated filespec population | Björn Steinbrink | 2009-01-21 | 1 | -2/+7 |
* | Add file delete/create info when we overflow rename_limit | Linus Torvalds | 2008-10-28 | 1 | -1/+1 |
* | diff: make "too many files" rename warning optional | Jeff King | 2008-05-03 | 1 | -1/+2 |
* | Merge branch 'jc/rename' | Junio C Hamano | 2008-04-09 | 1 | -22/+58 |
|\ |
|
| * | Optimize rename detection for a huge diff | Junio C Hamano | 2008-02-13 | 1 | -22/+58 |
* | | rename: warn user when we have turned off rename detection | Jeff King | 2008-03-01 | 1 | -3/+4 |
|/ |
|
* | Fix a pathological case in git detecting proper renames | Linus Torvalds | 2007-11-30 | 1 | -0/+13 |
* | Fix a pathological case in git detecting proper renames | Linus Torvalds | 2007-11-30 | 1 | -9/+16 |