Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There can be multiple forks on a same account #915

Closed
1 of 3 tasks
thehowl opened this issue Feb 12, 2017 · 3 comments · Fixed by #928
Closed
1 of 3 tasks

There can be multiple forks on a same account #915

thehowl opened this issue Feb 12, 2017 · 3 comments · Fixed by #928
Labels
Milestone

Comments

@thehowl
Copy link
Contributor

thehowl commented Feb 12, 2017

  • 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:
    • 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.

@lunny lunny added this to the 1.1.0 milestone Feb 13, 2017
@lunny lunny added the type/bug label Feb 13, 2017
@tboerger
Copy link
Member

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

@bkcsoft
Copy link
Member

bkcsoft commented Feb 13, 2017

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

@bkcsoft
Copy link
Member

bkcsoft commented Feb 13, 2017

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:

@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants