0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-24 13:55:52 +02:00
Giteabot 8e5aa8fb1e
Fix bug when visiting comparation page (#34334) (#34364)
Backport #34334 by @lunny

The `ci.HeadGitRepo` was opened and closed in the function
`ParseCompareInfo` but reused in the function `PrepareCompareDiff`.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2025-05-04 19:56:47 +00:00
..