1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-06 22:38:12 +00:00
Files
gitea/services/repository/branch.go
Lunny Xiao 7636d581d9 Deleting branch could delete broken branch which has database record but git branch is missing (#35360)
For some reasons, branches between database and git are not synced. If a
branch exists in database but not in the git, it should be able to be
deleted.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-08-27 22:32:22 -07:00

23 KiB