lkml.org 
[lkml]   [2008]   [Jul]   [15]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateMon, 14 Jul 2008 21:33:07 -0700 (PDT)
FromLinus Torvalds <>
SubjectRe: [git pull] x86 changes for v2.6.27

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


\
 
 \ /
  Last update: 2008-07-15 06:37    [from the cache]
©2003-2008