Thread (13 messages) flat view 13 messages, 4 authors, 2016-06-15

Re: Fix a pathological case in git detecting proper renames

From: Jeff King <hidden>
Date: 2016-06-15 22:43:55

On Thu, Nov 29, 2007 at 03:03:06PM -0800, Linus Torvalds wrote:
This would probably become easier to do with the linear-time hash-based 
similarity engine (the stuff Jeff King was working on), but the way the 
code is currently structured - with no incremental rename detection at 
all, and with all the scoring in one global table - it's pretty painful.
I think it will get worse, because you are simultaneously calculating
all of the similarity scores bit by bit rather than doing a loop. Though
perhaps you mean at the end you will end up with a list of src/dst pairs
sorted by score, and you can loop over that.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help