1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 18:23:06 +02:00
gitea/models/git
Zettat123 9a65d011f6
Some fixes of the prompt of new branches (#26257)
Related to #26239

This PR makes some fixes:
- do not show the prompt for mirror repos and repos with pull request
units disabled
- use `commit_time` instead of `updated_unix`, as `commit_time` is the
real time when the branch was pushed
2023-08-01 07:25:11 +00:00
..
branch_list.go
branch_test.go
branch.go Some fixes of the prompt of new branches (#26257) 2023-08-01 07:25:11 +00:00
commit_status_test.go
commit_status.go
lfs_lock.go
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