"Alex Riesen" <raa.lkml@xxxxxxxxx> writes: > BTW, is there any chance we get the struct diff_filepair's > double-linked? They don't seem to be sorted. Will increase > the memory footprint, though. You do not necessarily have to do things in place. In fact, all of the standard diffcore transformers create a new queue, read from the old queue and place the filtered or munged result in the new queue, swap the global queued_diff variable to point at the new one and discard the old queue. See diff.c::diffcore_apply_filter() for the simplest example. - : 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