Here's how to search for those with git:
git rev-list --all --parents | egrep '( .*){10}' | cut -d' ' -f1
will show you all commits with ten or more parents (although some of them
have duplicate parents due to git historically not checking that very
carefully).
Len and rmk have been doing it for a while, but yeah, I think Ingo pushed
the envelope there a bit.
But 96916090f488986a4ebb8e9ffa6a3b50881d5ccd is pretty nice too, doncha
think?
Linus
--