Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed
Date: 2011-06-25 23:44:24
Message-ID: 4E0672D8.7000405@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 06/25/2011 07:07 PM, Joe Conway wrote:
> On 06/25/2011 04:02 PM, pgsql(at)postgresql(dot)org wrote:
>> Branch refs/heads/REL9_1_STABLE was removed.
> Umm, I was trying to follow the directions here:
> http://wiki.postgresql.org/wiki/Committing_with_Git: Making a new
> release branch
>
> and it messed up my local repo such that
> git push --dry-run
>
> was giving an error. Googling the solution seemed to be:
> git push origin :refs/heads/REL9_1_STABLE
>
> I thought that would only affect my local repo, but apparently it did
> not :-(
>
>

Why would you be making a new release branch? I don't understand that bit.

FYI,

git push origin :somewhere

pushes nothing to the destination, i.e. empties it out. See git-push man
page, examples section.

cheers

andrew

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2011-06-25 23:47:22 pgsql: Async dblink functions require a named connection, and therefore
Previous Message pgsql 2011-06-25 23:35:53 pgsql: Branch refs/heads/REL9_1_STABLE was created

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-06-25 23:59:04 Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed
Previous Message Joe Conway 2011-06-25 23:07:02 Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed