-
-
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
Add Fallback for Pulls Diff when missing commits #13216
Labels
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
Comments
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Oct 20, 2020
Fix go-gitea#13216 Signed-off-by: Andrew Thornton <[email protected]>
6543
added
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
and removed
type/bug
labels
Oct 20, 2020
lunny
pushed a commit
that referenced
this issue
Oct 20, 2020
Fix #13216 Signed-off-by: Andrew Thornton <[email protected]>
reopen as per comment on #13218 |
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Oct 25, 2020
Backport go-gitea#13218 Fix go-gitea#13216 Signed-off-by: Andrew Thornton <[email protected]>
techknowlogick
pushed a commit
that referenced
this issue
Oct 25, 2020
) Backport #13218 Fix #13216 Signed-off-by: Andrew Thornton <[email protected]>
closed per linked PR |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
if a pull was merged and the pull head branch ref got missing or point to commits who are missimg, use the merged-sha as fallback to generate the diff view
To Test:
what I expect -> cliking on Files-Changed will show the diff based on merged-commit as fallback
The text was updated successfully, but these errors were encountered: