| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do the fuzzy rename detection limits with the exact renames removed | Linus Torvalds | 2007-10-26 | 1 | -14/+18 |
* | Fix ugly magic special case in exact rename detection | Linus Torvalds | 2007-10-26 | 1 | -13/+14 |
* | Do exact rename detection regardless of rename limits | Linus Torvalds | 2007-10-26 | 1 | -6/+6 |
* | Do linear-time/space rename logic for exact renames | Linus Torvalds | 2007-10-26 | 1 | -63/+148 |
* | copy vs rename detection: avoid unnecessary O(n*m) loops | Linus Torvalds | 2007-10-26 | 1 | -51/+17 |
* | Ref-count the filespecs used by diffcore | Linus Torvalds | 2007-10-26 | 1 | -10/+6 |
* | Split out "exact content match" phase of rename detection | Linus Torvalds | 2007-10-26 | 1 | -34/+56 |
* | rename diff_free_filespec_data_large() to diff_free_filespec_blob() | Junio C Hamano | 2007-10-02 | 1 | -2/+2 |
* | diffcore-rename: cache file deltas | Jeff King | 2007-10-02 | 1 | -3/+4 |
* | Fix the rename detection limit checking | Linus Torvalds | 2007-09-14 | 1 | -2/+17 |
* | Merge branch 'jc/diffcore' | Junio C Hamano | 2007-07-02 | 1 | -2/+1 |
|\ |
|
| * | diffcore_count_changes: pass diffcore_filespec | Junio C Hamano | 2007-06-30 | 1 | -2/+1 |
* | | diffcore-rename: don't change similarity index based on basename equality | René Scharfe | 2007-06-24 | 1 | -4/+7 |
|/ |
|
* | diffcore-rename: favour identical basenames | Johannes Schindelin | 2007-06-22 | 1 | -1/+32 |
* | diff -M: release the preimage candidate blobs after rename detection. | Junio C Hamano | 2007-05-07 | 1 | -0/+1 |
* | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 2007-03-07 | 1 | -3/+4 |
* | Bypass expensive content comparsion during rename detection. | Shawn O. Pearce | 2006-12-14 | 1 | -0/+2 |
* | git-pickaxe: rename detection optimization | Junio C Hamano | 2006-11-04 | 1 | -1/+5 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -1/+1 |
* | diff.c: do not use pathname comparison to tell renames | Junio C Hamano | 2006-08-03 | 1 | -0/+1 |
* | diffcore-rename: try matching up renames without populating filespec first. | Junio C Hamano | 2006-07-06 | 1 | -11/+22 |
* | diffcore-rename: fix merging back a broken pair. | Junio C Hamano | 2006-04-08 | 1 | -4/+10 |
* | Fix up diffcore-rename scoring | Linus Torvalds | 2006-03-12 | 1 | -7/+5 |
* | diffcore-delta: make the hash a bit denser. | Junio C Hamano | 2006-03-12 | 1 | -2/+2 |
* | diffcore-rename: somewhat optimized. | Junio C Hamano | 2006-03-12 | 1 | -0/+3 |
* | diffcore-rename: similarity estimator fix. | Junio C Hamano | 2006-03-02 | 1 | -12/+8 |
* | diffcore-rename: split out the delta counting code. | Junio C Hamano | 2006-02-28 | 1 | -23/+5 |
* | diffcore-rename: plug memory leak. | Junio C Hamano | 2006-02-22 | 1 | -1/+3 |
* | short circuit out of a few places where we would allocate zero bytes | Eric Wong | 2005-12-26 | 1 | -1/+1 |
* | rename detection with -M100 means "exact renames only". | Junio C Hamano | 2005-11-21 | 1 | -0/+3 |
* | diff: make default rename detection limit configurable. | Junio C Hamano | 2005-11-15 | 1 | -1/+1 |
* | Diff: -l<num> to limit rename/copy detection. | Junio C Hamano | 2005-09-24 | 1 | -2/+6 |
* | Plug diff leaks. | Junio C Hamano | 2005-09-15 | 1 | -24/+32 |
* | Fix copy marking from diffcore-rename. | Junio C Hamano | 2005-09-10 | 1 | -4/+36 |
* | [PATCH] Use enhanced diff_delta() in the similarity estimator. | Junio C Hamano | 2005-06-28 | 1 | -1/+6 |
* | Add a "max_size" parameter to diff_delta() | Linus Torvalds | 2005-06-25 | 1 | -1/+1 |
* | [PATCH] Fix rename/copy when dealing with temporarily broken pairs. | Junio C Hamano | 2005-06-12 | 1 | -2/+8 |
* | [PATCH] diff: Clean up diff_scoreopt_parse(). | Junio C Hamano | 2005-06-03 | 1 | -18/+0 |
* | [PATCH] Tweak count-delta interface | Junio C Hamano | 2005-06-03 | 1 | -4/+11 |
* | [PATCH] Add -B flag to diff-* brothers. | Junio C Hamano | 2005-05-30 | 1 | -13/+32 |
* | [PATCH] diff: fix the culling of unneeded delete record. | Junio C Hamano | 2005-05-30 | 1 | -11/+33 |
* | [PATCH] diff: code clean-up and removal of rename hack. | Junio C Hamano | 2005-05-30 | 1 | -1/+1 |
* | [PATCH] Optimize diff-tree -[CM] --stdin | Junio C Hamano | 2005-05-29 | 1 | -5/+14 |
* | [PATCH] Fix the way diffcore-rename records unremoved source. | Junio C Hamano | 2005-05-29 | 1 | -39/+24 |