-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Versions in Pull requests. #12604
Comments
For the first part, do you mean the commits tab? The second part is achievable by manually building the URL, however similar to GH there isn't an easy way to do it from the UI. |
@jolheiser Does the commit tab show the changes between the old version of a branch and a new version of a branch if I do a |
Yes that is the point of this issue, to add a something like what's in gerrit (or I think a similar feature exists in reviewboard too) See here: https://gerrit-review.googlesource.com/Documentation/user-review-ui.html#diff-against |
To be able to store replaced commits which are no longer on the branch (because they have been replaced by rewritten commits by a force push) an extra https://gerrit-review.googlesource.com/Documentation/concept-refs-for-namespace.html
|
Also you can see an explanation of how this works in gerrit here: https://www.beepsend.com/2016/04/05/abandoning-gitflow-github-favour-gerrit/ |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
Ping stale bot |
After someone opened a PR from a branch every push that introduces new commits (including the cases where some or all of the previous commits are removed/changed) should generate an entry, a kind of "new version" in the Pull Request's page.
It should be possible to quickly look at this entry generated and find out what has changed between the versions (by taking the user to a diff/compar page)
This is supported in Github, Gitlab, and Gerrit.
Also on the changes Files changed tab the user should be able to compare any two versions and see what has changed between those versions.
(This is supported in Gitlab and Gerrit but not in Github at the moment, or at least its not clearly reachable from the PR's page).
The text was updated successfully, but these errors were encountered: