Arzhan Kinzhalin created RIPPLE-84:
--------------------------------------
Summary: next branch is missing
Key: RIPPLE-84
URL: https://issues.apache.org/jira/browse/RIPPLE-84
Project: Apache Ripple
Issue Type: Github Integration
Reporter: Arzhan Kinzhalin
{{README.md}}
[mentions|https://github.com/apache/incubator-ripple/blob/master/README.md#contributing]
{{next}} branch which should be merge target for all the PRs, it is, however,
missing both from Apache git server and its GitHub mirror:
{code}
$ git remote -vv
github [email protected]:apache/incubator-ripple.git (fetch)
github [email protected]:apache/incubator-ripple.git (push)
origin https://git-wip-us.apache.org/repos/asf/incubator-ripple.git (fetch)
origin https://git-wip-us.apache.org/repos/asf/incubator-ripple.git (push)
<...skip...>
$ git fetch origin
$ git fetch github
$ git branch -r | grep "\(github\|origin\)"
github/master
origin/HEAD -> origin/master
origin/master
{code}
It seems that it was there at some point, some issues and PRs mention it, but
now it's gone. Perhaps, it would be nice to restore it. Having everything on a
single branch is awkward.
P.S. Filing it as "Github integration" as it seems the most appropriate.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)