[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <524f69650803032042rab309f3nd5c2d52d312fb3c5@mail.gmail.com>
Date: Mon, 3 Mar 2008 22:42:34 -0600
From: "Steve French" <smfrench@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: git@...r.kernel.org, lkml <linux-kernel@...r.kernel.org>
Subject: Re: kernel.org git tree corrupt?
On Mon, Mar 3, 2008 at 10:21 AM, Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
>
> On Sun, 2 Mar 2008, Steve French wrote:
> > Now "git branch -a" shows
> > * master
> > origin/master
> >
> > It is missing "origin/HEAD"
>
> Ahh, yeah, my bad. The origin/HEAD thing will be created if you use either
> clone or "git remote add -m master" to create the remote. But when I asked
> you to do it by just editing the config file, you now have to create that
> HEAD pointer manually too.
>
> You can do
>
> git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
>
> to create the thing (it just creates a symbolic ref from the origin/HEAD
Worked.
Shaggy pointed me to the git-request-pull script which is
easier than the previous scripts I used and now works fine on
the cifs-2.6.git tree so will send merge request.
--
Thanks,
Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists