Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed
Date
Msg-id 4E0672D8.7000405@dunslane.net
Whole thread Raw
In response to Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed  (Joe Conway <mail@joeconway.com>)
Responses Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed
Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed
List pgsql-committers

On 06/25/2011 07:07 PM, Joe Conway wrote:
> On 06/25/2011 04:02 PM, pgsql@postgresql.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

pgsql-committers by date:

Previous
From: pgsql@postgresql.org
Date:
Subject: pgsql: Branch refs/heads/REL9_1_STABLE was created
Next
From: Joe Conway
Date:
Subject: pgsql: Async dblink functions require a named connection, and therefore