]> source.dussan.org Git - gitea.git/commit
Use indirect comparison when showing pull requests (#18313)
authorzeripath <art27@cantab.net>
Tue, 18 Jan 2022 07:45:43 +0000 (07:45 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 07:45:43 +0000 (07:45 +0000)
commit089b4e6a4585a3d9d185abd9350e7c5d537cfa86
tree3dce475b8653d0633b139ad65b20a9e5c7859807
parenta7ee4d507a0edb2fa90ac25299a27298de941a41
Use indirect comparison when showing pull requests (#18313)

When generating the commits list and number of files changed for PRs and
compare we should use "..." always not "..".

Fix #18303

Signed-off-by: Andrew Thornton <art27@cantab.net>
routers/api/v1/repo/pull.go
routers/web/repo/pull.go
services/pull/pull.go