login
Header Space

 
 

Re: kernel.org git tree corrupt?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: Steve French <smfrench@...>, lkml <linux-kernel@...>, <git@...>
Date: Sunday, March 2, 2008 - 5:40 pm

On Mon, Mar 3, 2008 at 10:16 AM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:

Strange - cogito over git protocol will use git itself to peek at the
references. Steve, what is your git version?


Linus' plan assumes you have a .git/config file. I don't think a
cogito-based checkout follows such modern conventions - here's an
alternative plan:

 - make sure you have a current git

 - get a fresh clone of linux-2.6, and in there

    # tell it about your old checkout
    $ git remote add oldlinux /path/to/your/older/linux/checkout/.git
    $ git fetch oldlinux
    # visualise what's in there
    $ gitk origin/master oldlinux/master

    # you may want to merge your old branch
    $ git merge oldlinux/master

hth,


martin
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
kernel.org git tree corrupt?, Steve French, (Sun Mar 2, 11:49 am)
Re: kernel.org git tree corrupt?, Linus Torvalds, (Sun Mar 2, 5:16 pm)
Re: kernel.org git tree corrupt?, Steve French, (Sun Mar 2, 11:43 pm)
Re: kernel.org git tree corrupt?, Linus Torvalds, (Mon Mar 3, 12:21 pm)
Re: kernel.org git tree corrupt?, Steve French, (Tue Mar 4, 12:42 am)
Re: kernel.org git tree corrupt?, Martin Langhoff, (Sun Mar 2, 5:40 pm)
Re: kernel.org git tree corrupt?, Steve French, (Sun Mar 2, 6:02 pm)
speck-geostationary