Re: Git conversion status

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Git conversion status
Date: 2010-09-21 17:39:57
Message-ID: 4C98EDED.1080205@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21/09/10 20:32, Alvaro Herrera wrote:
> What I find is that after doing the local clone for the branch, i.e.
> git clone postgresql REL9_0_STABLE
> this clones only the "master" branch somehow, not the other branches; so
> when I later run
> git checkout REL9_0_STABLE
> on that clone, it fails with this message:

It clones all branches, but it only creates a local tracking branch for
master automatically. The others you'll have to create manually:

git branch REL9_0_STABLE origin/REL9_0_STABLE

Try also "git branch -a", it is quite enlightening.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-09-21 17:41:32 Re: What happened to the is_<type> family of functions proposal?
Previous Message Sushant Sinha 2010-09-21 17:38:32 Re: Configuring Text Search parser?