]> source.dussan.org Git - gitea.git/commit
Fix bug when deleting a migrated branch (#32075)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 24 Sep 2024 07:42:08 +0000 (15:42 +0800)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 07:42:08 +0000 (07:42 +0000)
commit5a8568459d22e57cac506465463660526ca6a08f
tree168fb28328f67bb296ed4462d58cff4354aa2968
parent4947bec8360c152daca23e120eae1732d3848492
Fix bug when deleting a migrated branch (#32075)

After migrating a repository with pull request, the branch is missed and
after the pull request merged, the branch cannot be deleted.
services/repository/branch.go