Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Compare View across forks
## Problem to solve GitLab currently allows users to compare branches within the same repository only. When contributing to upstream open source projects from a fork, it is very useful to compare differences across repositories. ## Proposal The current "compare" function (`repository >> compare`) only allows to select branch name. We could: 1. Detect when branch/repo is part of a fork network and 1. Show an additionl field for "source repo" (we could use the same pattern we use for new merge requests on forks): ![image](/uploads/676b14f187b79a288040c9498036578e/image.png) ## Further info Here is an example of such a Compare view on github - https://github.com/ellekasai/resumecards/compare/gh-pages...weitzman:master
issue