Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small refactoring of modules/private (#15947) | KN4CK3R | 2021-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Use correct variable name. * doer is never nil here. * Use status code constants. * Replaced generic map with concrete struct. * Fixed windows lint. * Removed unused method. * Changed error codes. Co-authored-by: techknowlogick <techknowlogick@gitea.io> | ||||
* | Merge all deleteBranch as one function and also fix bug when delete branch ↵ | Lunny Xiao | 2021-06-07 | 1 | -0/+72 |
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> |