Closed
Description
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:
- create repo A
- frok repo A to repo B
- backup bare repo A
- create feature branch on B and add some commits
- create pull from B to A & squash-merge
- clone A to local disk
- restore backup of A
- push local clone back to gitea
what I expect -> cliking on Files-Changed will show the diff based on merged-commit as fallback
Activity
When the git ref is unable to be found return broken pr
When the git ref is unable to be found return broken pr (#13218)
6543 commentedon Oct 20, 2020
reopen as per comment on #13218
When the git ref is unable to be found return broken pr (go-gitea#13218)
When the git ref is unable to be found return broken pr (#13218) (#13303
techknowlogick commentedon Oct 25, 2020
closed per linked PR