Hi, your struct path_list and find_renames() is so similar to what is already in merge-recursive.c that it is not even funny. Furthermore, the struct path_list from path-list.[ch] implements a sorted list, so that lookups are way cheaper than with linked lists. IMHO this whole renaming stuff should go into a new file, renames.c, and be reused as often as possible. Ciao, Dscho - : 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