Gitea: There can be multiple forks on a same account

Created on 12 Feb 2017  ·  3Comments  ·  Source: go-gitea/gitea

  • Gitea version (or commit ref): 1.0.0+258-g076f940f
  • Git version: (try.gitea.io)
  • Operating system: (try.gitea.io)
  • Can you reproduce the bug at https://try.gitea.io:

    • [x] Yes (provide example URL)

    • [ ] No

    • [ ] Not relevant

Description

An user can have more than one forked repository (of the same base repo) per account. This is an issue because it makes impossible making PRs from a second forked repository.

e.g. https://try.gitea.io/Howl/ccc - If I try to do a PR, the link will be https://try.gitea.io/Howl/aaa/compare/master...Howl:master , which will compare aaa (base repo) with bbb (first forked repo), as the link has no way to recognise that it should use ccc instead of bbb.

kinbug

All 3 comments

Yeah it doesn't make sense to allow multiple forks of the same repo

Not sure if the issue here is that there can be multiple forks, or that you can't specify which fork to compare 😄

Because if we disallow multiple forks in an upcoming release, that would be a breaking change. But if we fixed the "compare fork"-issue we would have better fork-support than github :trollface:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Fastidious picture Fastidious  ·  3Comments

lunny picture lunny  ·  3Comments

mirhec picture mirhec  ·  3Comments

lunny picture lunny  ·  3Comments

kifirkin picture kifirkin  ·  3Comments