]> source.dussan.org Git - gitea.git/commit
Merge all deleteBranch as one function and also fix bug when delete branch don't...
authorLunny Xiao <xiaolunwen@gmail.com>
Mon, 7 Jun 2021 14:52:59 +0000 (22:52 +0800)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 14:52:59 +0000 (22:52 +0800)
commit0909695204a73901b9164b58930cc2e3efe0fe48
treeda740cd8bc9769a714984759744fd3cabb3ebd18
parent3607f79d7869046d919fed05a21b55b6e61df1fa
Merge all deleteBranch as one function and also fix bug when delete branch don't close related PRs (#16067)

* Fix bug when delete branch don't close related PRs

* Merge all deletebranch as one method

* Add missed branch.go

* fix comment

Co-authored-by: Lauris BH <lauris@nix.lv>
routers/api/v1/repo/branch.go
routers/repo/branch.go
routers/repo/pull.go
services/repository/branch.go [new file with mode: 0644]