summaryrefslogtreecommitdiff
path: root/diffcore-rename.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'jc/diffcore'Junio C Hamano2007-07-021-2/+1
|\
| * diffcore_count_changes: pass diffcore_filespecJunio C Hamano2007-06-301-2/+1
* | diffcore-rename: don't change similarity index based on basename equalityRené Scharfe2007-06-241-4/+7
|/
* diffcore-rename: favour identical basenamesJohannes Schindelin2007-06-221-1/+32
* diff -M: release the preimage candidate blobs after rename detection.Junio C Hamano2007-05-071-0/+1
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-3/+4
* Bypass expensive content comparsion during rename detection.Shawn O. Pearce2006-12-141-0/+2
* git-pickaxe: rename detection optimizationJunio C Hamano2006-11-041-1/+5
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* diff.c: do not use pathname comparison to tell renamesJunio C Hamano2006-08-031-0/+1
* diffcore-rename: try matching up renames without populating filespec first.Junio C Hamano2006-07-061-11/+22
* diffcore-rename: fix merging back a broken pair.Junio C Hamano2006-04-081-4/+10
* Fix up diffcore-rename scoringLinus Torvalds2006-03-121-7/+5
* diffcore-delta: make the hash a bit denser.Junio C Hamano2006-03-121-2/+2
* diffcore-rename: somewhat optimized.Junio C Hamano2006-03-121-0/+3
* diffcore-rename: similarity estimator fix.Junio C Hamano2006-03-021-12/+8
* diffcore-rename: split out the delta counting code.Junio C Hamano2006-02-281-23/+5
* diffcore-rename: plug memory leak.Junio C Hamano2006-02-221-1/+3
* short circuit out of a few places where we would allocate zero bytesEric Wong2005-12-261-1/+1
* rename detection with -M100 means "exact renames only".Junio C Hamano2005-11-211-0/+3
* diff: make default rename detection limit configurable.Junio C Hamano2005-11-151-1/+1
* Diff: -l<num> to limit rename/copy detection.Junio C Hamano2005-09-241-2/+6
* Plug diff leaks.Junio C Hamano2005-09-151-24/+32
* Fix copy marking from diffcore-rename.Junio C Hamano2005-09-101-4/+36
* [PATCH] Use enhanced diff_delta() in the similarity estimator.Junio C Hamano2005-06-281-1/+6
* Add a "max_size" parameter to diff_delta()Linus Torvalds2005-06-251-1/+1
* [PATCH] Fix rename/copy when dealing with temporarily broken pairs.Junio C Hamano2005-06-121-2/+8
* [PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano2005-06-031-18/+0
* [PATCH] Tweak count-delta interfaceJunio C Hamano2005-06-031-4/+11
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-301-13/+32
* [PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano2005-05-301-11/+33
* [PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano2005-05-301-1/+1
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-291-5/+14
* [PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano2005-05-291-39/+24
* [PATCH] Remove unused rank field from diff_core structure.Junio C Hamano2005-05-291-1/+0
* [PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano2005-05-291-5/+2
* [PATCH] Fix math thinko in similarity estimator.Junio C Hamano2005-05-291-1/+1
* [PATCH] Update rename/copy similarity estimator.Junio C Hamano2005-05-241-5/+11
* [PATCH] Redo rename/copy detection logic.Junio C Hamano2005-05-241-204/+181
* [PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano2005-05-231-23/+2