aboutsummaryrefslogtreecommitdiff
path: root/diffcore-rename.c
Commit message (Expand)AuthorAge
...
* Add a macro DIFF_QUEUE_CLEAR.Bo Yang2010-05-07
* diffcore-rename: reduce memory footprint by freeing blob data earlyJunio C Hamano2009-11-20
* Fix typos / spelling in commentsMike Ralphson2009-04-22
* Rename detection: Avoid repeated filespec populationBjörn Steinbrink2009-01-21
* Add file delete/create info when we overflow rename_limitLinus Torvalds2008-10-28
* diff: make "too many files" rename warning optionalJeff King2008-05-03
* Merge branch 'jc/rename'Junio C Hamano2008-04-09
|\
| * Optimize rename detection for a huge diffJunio C Hamano2008-02-13
* | rename: warn user when we have turned off rename detectionJeff King2008-03-01
|/
* Fix a pathological case in git detecting proper renamesLinus Torvalds2007-11-30
* Fix a pathological case in git detecting proper renamesLinus Torvalds2007-11-30
* Do the fuzzy rename detection limits with the exact renames removedLinus Torvalds2007-10-26
* Fix ugly magic special case in exact rename detectionLinus Torvalds2007-10-26
* Do exact rename detection regardless of rename limitsLinus Torvalds2007-10-26
* Do linear-time/space rename logic for exact renamesLinus Torvalds2007-10-26
* copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds2007-10-26
* Ref-count the filespecs used by diffcoreLinus Torvalds2007-10-26
* Split out "exact content match" phase of rename detectionLinus Torvalds2007-10-26
* rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano2007-10-02
* diffcore-rename: cache file deltasJeff King2007-10-02
* Fix the rename detection limit checkingLinus Torvalds2007-09-14
* Merge branch 'jc/diffcore'Junio C Hamano2007-07-02
|\
| * diffcore_count_changes: pass diffcore_filespecJunio C Hamano2007-06-30
* | diffcore-rename: don't change similarity index based on basename equalityRené Scharfe2007-06-24
|/
* diffcore-rename: favour identical basenamesJohannes Schindelin2007-06-22
* diff -M: release the preimage candidate blobs after rename detection.Junio C Hamano2007-05-07
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-07
* Bypass expensive content comparsion during rename detection.Shawn O. Pearce2006-12-14
* git-pickaxe: rename detection optimizationJunio C Hamano2006-11-04
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* diff.c: do not use pathname comparison to tell renamesJunio C Hamano2006-08-03
* diffcore-rename: try matching up renames without populating filespec first.Junio C Hamano2006-07-06
* diffcore-rename: fix merging back a broken pair.Junio C Hamano2006-04-08
* Fix up diffcore-rename scoringLinus Torvalds2006-03-12
* diffcore-delta: make the hash a bit denser.Junio C Hamano2006-03-12
* diffcore-rename: somewhat optimized.Junio C Hamano2006-03-12
* diffcore-rename: similarity estimator fix.Junio C Hamano2006-03-02
* diffcore-rename: split out the delta counting code.Junio C Hamano2006-02-28
* diffcore-rename: plug memory leak.Junio C Hamano2006-02-22
* short circuit out of a few places where we would allocate zero bytesEric Wong2005-12-26
* rename detection with -M100 means "exact renames only".Junio C Hamano2005-11-21
* diff: make default rename detection limit configurable.Junio C Hamano2005-11-15
* Diff: -l<num> to limit rename/copy detection.Junio C Hamano2005-09-24
* Plug diff leaks.Junio C Hamano2005-09-15
* Fix copy marking from diffcore-rename.Junio C Hamano2005-09-10
* [PATCH] Use enhanced diff_delta() in the similarity estimator.Junio C Hamano2005-06-28
* Add a "max_size" parameter to diff_delta()Linus Torvalds2005-06-25
* [PATCH] Fix rename/copy when dealing with temporarily broken pairs.Junio C Hamano2005-06-12
* [PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano2005-06-03
* [PATCH] Tweak count-delta interfaceJunio C Hamano2005-06-03