Elijah Newren <newren@xxxxxxxxx> writes: > In 5a2580d (merge_recursive: Fix renames across paths below D/F conflicts > 2010-07-09), detection was added for renames across paths involved in a > directory<->file conflict. However, the change accidentally involved > reusing an outer loop index ('i') in an inner loop, changing its values > and causing a slightly different type of breakage for cases where there are > multiple renames across the D/F conflict. Fix by creating a new temporary > variable 'i'. > > Signed-off-by: Elijah Newren <newren@xxxxxxxxx> > --- > I'm really embarrased about this one... :-/ I am too ;-) Thanks for a fix. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html