forgejo/services/repository
Lunny Xiao 0d47b0ab1d
Remove duplicated functions when deleting a branch (#25128)
Extract from #22743

`DeleteBranch` will trigger a push update event, so that
`pull_service.CloseBranchPulls` has been invoked twice and
`AddDeletedBranch` is better to be moved to push update then even user
delete a branch via git command, it will also be triggered.

Co-authored-by: Giteabot <teabot@gitea.io>
2023-06-08 10:10:59 +00:00
..
archiver Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
files Update repo's default branch when adding new files in an empty one (#25017) 2023-05-31 17:07:51 +08:00
adopt.go
adopt_test.go
avatar.go
avatar_test.go
branch.go Remove duplicated functions when deleting a branch (#25128) 2023-06-08 10:10:59 +00:00
cache.go
check.go Use RepositoryList instead of []*Repository (#25074) 2023-06-05 15:25:47 +08:00
fork.go
fork_test.go
hooks.go
lfs.go
main_test.go
push.go Remove duplicated functions when deleting a branch (#25128) 2023-06-08 10:10:59 +00:00
repository.go
repository_test.go
review.go
review_test.go
template.go
transfer.go
transfer_test.go