summaryrefslogtreecommitdiffstats
path: root/diffcore-rename.c
AgeCommit message (Expand)AuthorLines
2005-12-26short circuit out of a few places where we would allocate zero bytesEric Wong-1/+1
2005-11-21rename detection with -M100 means "exact renames only".Junio C Hamano-0/+3
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano-1/+1
2005-09-24Diff: -l<num> to limit rename/copy detection.Junio C Hamano-2/+6
2005-09-15Plug diff leaks.Junio C Hamano-24/+32
2005-09-10Fix copy marking from diffcore-rename.Junio C Hamano-4/+36
2005-06-28[PATCH] Use enhanced diff_delta() in the similarity estimator.Junio C Hamano-1/+6
2005-06-25Add a "max_size" parameter to diff_delta()Linus Torvalds-1/+1
2005-06-12[PATCH] Fix rename/copy when dealing with temporarily broken pairs.Junio C Hamano-2/+8
2005-06-03[PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano-18/+0
2005-06-03[PATCH] Tweak count-delta interfaceJunio C Hamano-4/+11
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano-13/+32
2005-05-30[PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano-11/+33
2005-05-30[PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano-1/+1
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano-5/+14
2005-05-29[PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano-39/+24
2005-05-29[PATCH] Remove unused rank field from diff_core structure.Junio C Hamano-1/+0
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano-5/+2
2005-05-29[PATCH] Fix math thinko in similarity estimator.Junio C Hamano-1/+1
2005-05-24[PATCH] Update rename/copy similarity estimator.Junio C Hamano-5/+11
2005-05-24[PATCH] Redo rename/copy detection logic.Junio C Hamano-204/+181
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano-23/+2
2005-05-23[PATCH] Rename/copy detection fix.Junio C Hamano-75/+37
2005-05-23[PATCH] Be careful with symlinks when detecting renames and copies.Junio C Hamano-10/+14
2005-05-22[PATCH] Diffcore updates.Junio C Hamano-2/+19
2005-05-22[PATCH] Add the code to set default minimum score back in.Junio C Hamano-0/+2
2005-05-22[PATCH] Fix tweak in similarity estimator.Junio C Hamano-2/+2
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano-10/+10
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano-2/+2
2005-05-21[PATCH] Tweak diffcore-rename heuristics.Junio C Hamano-19/+21
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano-18/+11
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano-0/+443