summaryrefslogtreecommitdiff
path: root/diffcore-rename.c
AgeCommit message (Expand)Author
2007-11-30Fix a pathological case in git detecting proper renamesLinus Torvalds
2007-11-30Fix a pathological case in git detecting proper renamesLinus Torvalds
2007-10-27Do the fuzzy rename detection limits with the exact renames removedLinus Torvalds
2007-10-27Fix ugly magic special case in exact rename detectionLinus Torvalds
2007-10-27Do exact rename detection regardless of rename limitsLinus Torvalds
2007-10-27Do linear-time/space rename logic for exact renamesLinus Torvalds
2007-10-27copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds
2007-10-27Ref-count the filespecs used by diffcoreLinus Torvalds
2007-10-27Split out "exact content match" phase of rename detectionLinus Torvalds
2007-10-03rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano
2007-10-03diffcore-rename: cache file deltasJeff King
2007-09-14Fix the rename detection limit checkingLinus Torvalds
2007-07-02Merge branch 'jc/diffcore'Junio C Hamano
2007-07-01diffcore_count_changes: pass diffcore_filespecJunio C Hamano
2007-06-25diffcore-rename: don't change similarity index based on basename equalityRené Scharfe
2007-06-23diffcore-rename: favour identical basenamesJohannes Schindelin
2007-05-07diff -M: release the preimage candidate blobs after rename detection.Junio C Hamano
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2006-12-14Bypass expensive content comparsion during rename detection.Shawn O. Pearce
2006-11-04git-pickaxe: rename detection optimizationJunio C Hamano
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-03diff.c: do not use pathname comparison to tell renamesJunio C Hamano
2006-07-07diffcore-rename: try matching up renames without populating filespec first.Junio C Hamano
2006-04-09diffcore-rename: fix merging back a broken pair.Junio C Hamano
2006-03-13Fix up diffcore-rename scoringLinus Torvalds
2006-03-13diffcore-delta: make the hash a bit denser.Junio C Hamano
2006-03-12diffcore-rename: somewhat optimized.Junio C Hamano
2006-03-03diffcore-rename: similarity estimator fix.Junio C Hamano
2006-03-01diffcore-rename: split out the delta counting code.Junio C Hamano
2006-02-23diffcore-rename: plug memory leak.Junio C Hamano
2005-12-26short circuit out of a few places where we would allocate zero bytesEric Wong
2005-11-21rename detection with -M100 means "exact renames only".Junio C Hamano
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano
2005-09-25Diff: -l<num> to limit rename/copy detection.Junio C Hamano
2005-09-15Plug diff leaks.Junio C Hamano
2005-09-10Fix copy marking from diffcore-rename.Junio C Hamano
2005-06-29[PATCH] Use enhanced diff_delta() in the similarity estimator.Junio C Hamano
2005-06-26Add a "max_size" parameter to diff_delta()Linus Torvalds
2005-06-13[PATCH] Fix rename/copy when dealing with temporarily broken pairs.Junio C Hamano
2005-06-03[PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano
2005-06-03[PATCH] Tweak count-delta interfaceJunio C Hamano
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano
2005-05-30[PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano
2005-05-30[PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano
2005-05-29[PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano
2005-05-29[PATCH] Remove unused rank field from diff_core structure.Junio C Hamano
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano
2005-05-29[PATCH] Fix math thinko in similarity estimator.Junio C Hamano
2005-05-25[PATCH] Update rename/copy similarity estimator.Junio C Hamano