On Sun, 5 Mar 2006, Linus Torvalds wrote: > > Good point. Yes, it needs to check that it's not SHOWN. Might as well > check against interesting too. Maybe something like this instead? Actually, thinking more about it, I think we could get rid of SHOWN. We only ever insert a commit _once_ onto the list, using the SEEN logic, so we can never pull the same commit off the list more than once. I think SHOWN was for merge-order. But I might be wrong. I was thinking about SHOWN a bit when I did the re-organization, but didn't dare to actually touch it, so I left it alone. 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