aboutsummaryrefslogtreecommitdiff
path: root/diffcore-rename.c
Commit message (Expand)AuthorAge
* 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
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-30
* [PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano2005-05-30
* [PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano2005-05-30
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-29
* [PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano2005-05-29
* [PATCH] Remove unused rank field from diff_core structure.Junio C Hamano2005-05-29
* [PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano2005-05-29
* [PATCH] Fix math thinko in similarity estimator.Junio C Hamano2005-05-29
* [PATCH] Update rename/copy similarity estimator.Junio C Hamano2005-05-24
* [PATCH] Redo rename/copy detection logic.Junio C Hamano2005-05-24
* [PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano2005-05-23
* [PATCH] Rename/copy detection fix.Junio C Hamano2005-05-23
* [PATCH] Be careful with symlinks when detecting renames and copies.Junio C Hamano2005-05-23
* [PATCH] Diffcore updates.Junio C Hamano2005-05-22
* [PATCH] Add the code to set default minimum score back in.Junio C Hamano2005-05-22
* [PATCH] Fix tweak in similarity estimator.Junio C Hamano2005-05-22
* [PATCH] The diff-raw format updates.Junio C Hamano2005-05-21
* [PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano2005-05-21
* [PATCH] Tweak diffcore-rename heuristics.Junio C Hamano2005-05-21
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-21
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-21