Ok, this is largely the same series as the previous 1..4 patches, but rebased on top of the current master tree because the cache-tree patches added some tree_entry_list walkers (which accounts for one extra patch in the series, and some trivial merge fixups). Two new patches then clean up fsck-objects, which really didn't want the old tree_entry_list at all (and had added some hacks to the list entry just because fsck actually needed to check the raw data). Another two new patches convert the last remnant of tree_entry_list in revision.c and fetch.c respectively to the new world order. And the final patch then moves the "tree_entry_list" crud into the only remaining user, namely builtin-read-tree.c. That file is pretty messy and hard to convert, and I don't want to touch it right now, so I left it with the nasty compatibility functions. But now that's at least well-contained. I think the series is all good, and should replace the old one in "next" (and cook there for a while just to make sure it's ok). Linus - : 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