public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Here's a unified kernel git repo covering 0.0.1 to the present.
@ 2011-07-23  3:45 Rob Landley
  2011-08-02  1:18 ` J. Bruce Fields
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Landley @ 2011-07-23  3:45 UTC (permalink / raw)
  To: linux-kernel

Ever done a "git annotate" that stops at 2.6.12-rc2, and wanted to see 
the full history?  Here's an repository that goes all the way back to
0.0.1 (through bitkeeper and all those old tarballs), which otherwise
works as normal (git pull updates it from Linus's tree, you can commit
to it and branch from it, etc)

Here's the tarball:

  http://www.kernel.org/pub/linux/kernel/people/landley/linux-fullhist.tar.bz2

To install it:

  1) Download, extract, cd into the directory.
  2) git checkout -f
  3) git pull

Then use as normal.

This is based on the work of http://padator.org/linux.php with some
trivial cleanups.

Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Here's a unified kernel git repo covering 0.0.1 to the present.
  2011-07-23  3:45 Here's a unified kernel git repo covering 0.0.1 to the present Rob Landley
@ 2011-08-02  1:18 ` J. Bruce Fields
  2011-08-02  4:10   ` Rob Landley
  0 siblings, 1 reply; 3+ messages in thread
From: J. Bruce Fields @ 2011-08-02  1:18 UTC (permalink / raw)
  To: Rob Landley; +Cc: linux-kernel

On Fri, Jul 22, 2011 at 10:45:57PM -0500, Rob Landley wrote:
> Ever done a "git annotate" that stops at 2.6.12-rc2, and wanted to see 
> the full history?  Here's an repository that goes all the way back to
> 0.0.1 (through bitkeeper and all those old tarballs), which otherwise
> works as normal (git pull updates it from Linus's tree, you can commit
> to it and branch from it, etc)
> 
> Here's the tarball:
> 
>   http://www.kernel.org/pub/linux/kernel/people/landley/linux-fullhist.tar.bz2
> 
> To install it:
> 
>   1) Download, extract, cd into the directory.
>   2) git checkout -f
>   3) git pull

Note if you use git-replace instead of grafts then you should be able to
post it as a normal clone-able git tree.

--b.

> 
> Then use as normal.
> 
> This is based on the work of http://padator.org/linux.php with some
> trivial cleanups.
> 
> Rob
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Here's a unified kernel git repo covering 0.0.1 to the present.
  2011-08-02  1:18 ` J. Bruce Fields
@ 2011-08-02  4:10   ` Rob Landley
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Landley @ 2011-08-02  4:10 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-kernel

On 08/01/2011 08:18 PM, J. Bruce Fields wrote:
> On Fri, Jul 22, 2011 at 10:45:57PM -0500, Rob Landley wrote:
>> Ever done a "git annotate" that stops at 2.6.12-rc2, and wanted to see 
>> the full history?  Here's an repository that goes all the way back to
>> 0.0.1 (through bitkeeper and all those old tarballs), which otherwise
>> works as normal (git pull updates it from Linus's tree, you can commit
>> to it and branch from it, etc)
>>
>> Here's the tarball:
>>
>>   http://www.kernel.org/pub/linux/kernel/people/landley/linux-fullhist.tar.bz2
>>
>> To install it:
>>
>>   1) Download, extract, cd into the directory.
>>   2) git checkout -f
>>   3) git pull
> 
> Note if you use git-replace instead of grafts then you should be able to
> post it as a normal clone-able git tree.
> 
> --b.

*shrug*  It worked for me?  I posted a link to the script it came from,
you could ping that guy or tweak his script to do what you want.

My general response to git trees is to convert them to mercurial because
git's UI is utterly horrible, and its infrastructure overcomplicated.
That said, it's what the kernel uses, so it's ubiquitous.

I got pointed at another full history git repo earlier today, maybe
it'll work better for you?  Haven't tried it myself, I'm pretty happy
with the one I posted.

  https://twitter.com/mirell/status/98086867580354560

Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-02  4:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23  3:45 Here's a unified kernel git repo covering 0.0.1 to the present Rob Landley
2011-08-02  1:18 ` J. Bruce Fields
2011-08-02  4:10   ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox