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