From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | pgsql-translators(at)postgresql(dot)org |
Subject: | Re: 9.5 branching? |
Date: | 2015-07-01 17:42:11 |
Message-ID: | 20150701174211.GG3289@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-translators |
Peter Eisentraut wrote:
> On 6/30/15 11:07 PM, Alvaro Herrera wrote:
> > However, I'm not sure that it makes a
> > lot of sense to branch "master" from REL9_5_STABLE.
>
> Why not?
Because it's at odds with what normally you do in Git, but I guess it
doesn't really matter.
> > I think it might be useful to offer a way to change the default branch
> > using the web interface. Let me ask the sysadmin dudes. What would be
> > the git command to change the default branch?
>
> https://stackoverflow.com/questions/3301956/git-correct-way-to-change-active-branch-in-a-bare-repository
Okay, so currently would be this:
git symbolic-ref HEAD refs/heads/REL9_4_STABLE
right?
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2015-07-02 14:07:47 | Fwd: A better translation version of Chinese for psql/po/zh_CN.po file |
Previous Message | Peter Eisentraut | 2015-07-01 17:39:24 | Re: 9.5 branching? |