1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-04 04:05:33 -04:00
gitea/models/git
Giteabot c6176ee59f
Fix branch order (#31174) (#31193)
Backport #31174 by @lunny

Fix #31172

The original order or the default order should not be ignored even if we
have an is_deleted order.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-05-31 11:34:05 +08:00
..
branch_list.go Fix branch order (#31174) (#31193) 2024-05-31 11:34:05 +08:00
branch_test.go
branch.go Fix wrong display of recently pushed notification (#25812) (#31043) 2024-05-23 04:14:26 +00:00
commit_status_summary.go Fix commitstatus summary (#30431) 2024-04-14 14:16:54 +02:00
commit_status_test.go Fix duplicate status check contexts (#30660) (#30779) 2024-05-01 02:10:37 +00:00
commit_status.go Fix duplicate status check contexts (#30660) (#30779) 2024-05-01 02:10:37 +00:00
lfs_lock.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +00:00
lfs.go
main_test.go
protected_banch_list_test.go
protected_branch_list.go
protected_branch_test.go
protected_branch.go
protected_tag_test.go
protected_tag.go