gitea/models/git
Lunny Xiao 1137a0357e
Fix branch order ()
Fix 

The original order or the default order should not be ignored even if we
have an is_deleted order.
..
branch.go Fix wrong display of recently pushed notification ()
branch_list.go Fix branch order ()
branch_test.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` ()
commit_status.go Fix duplicate status check contexts ()
commit_status_summary.go Fix commitstatus summary ()
commit_status_test.go Fix duplicate status check contexts ()
lfs.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods ()
lfs_lock.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
main_test.go make writing main test easier ()
protected_banch_list_test.go Fix branch protection priority ()
protected_branch.go Add branch protection setting for ignoring stale approvals ()
protected_branch_list.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` ()
protected_branch_test.go Supports wildcard protected branch ()
protected_tag.go Refactor some legacy code and remove unused code ()
protected_tag_test.go Implement FSFE REUSE for golang files ()