On 8/21/06, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote:
Hi, On Mon, 21 Aug 2006, Kristian Hxgsberg wrote: > Thanks to all who reviewed the patch, here's an updated version which > should address all issues. I would have preferred the use of path_list instead of rolling your own thing with qsort(), but oh well.
Yeah, I saw that, but since I got flack for computing lookup_commit_reference(head_sha1) inside the delete_branches loop, I couldn't possibly risk the performance bottle neck of listing the branches using a O(n^2) insertion sort. Kristian - 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