Re: [git pull] x86 changes for v2.6.27

From: Linus Torvalds
Date: Tue Jul 15 2008 - 00:37:33 EST




On Mon, 14 Jul 2008, Dave Jones wrote:
>
> 6924d1ab8b7bbe5ab416713f5701b3316b2df85b is a work of art.
> Is it ascii-art tetris? a magic eye picture? you decide!
>
> It looks even more spectacular in gitk.

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/