1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-17 18:35:40 +01:00
gitea/models/git
Lunny Xiao 3422318545
Fix push time bug (#36693) (#36713)
When display or search branch's pushed time, we should use
`updated_unix` rather than `commit_time`.

Fix #36633
Backport #36693

Signed-off-by: silverwind <me@silverwind.io>
Co-authored-by: silverwind <me@silverwind.io>
2026-02-22 22:27:40 +01:00
..
branch_list.go Fix branch order (#31174) 2024-05-31 09:58:41 +08:00
branch_test.go Fix push time bug (#36693) (#36713) 2026-02-22 22:27:40 +01:00
branch.go Fix push time bug (#36693) (#36713) 2026-02-22 22:27:40 +01:00
commit_status_summary.go Keeping consistent between UI and API about combined commit status state and fix some bugs (#34562) 2025-06-09 04:05:33 +00:00
commit_status_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
commit_status.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
lfs_lock_list.go Show lock owner instead of repo owner on LFS setting page (#31788) 2024-08-11 14:48:20 +00:00
lfs_lock_test.go LFS locks must belong to the intended repo (#36344) (#36349) 2026-01-12 09:09:16 +02:00
lfs_lock.go LFS locks must belong to the intended repo (#36344) (#36349) 2026-01-12 09:09:16 +02:00
lfs_test.go Fix bug when do LFS GC (#36500) (#36608) 2026-02-13 04:30:42 +00:00
lfs.go Fix bug when do LFS GC (#36500) (#36608) 2026-02-13 04:30:42 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
protected_branch_list_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
protected_branch_list.go Replace gobwas/glob package (#35478) 2025-09-13 18:01:00 +00:00
protected_branch_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
protected_branch.go Fix team member access check (#35899) (#35905) 2025-11-09 03:44:53 +00:00
protected_tag_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
protected_tag.go Replace gobwas/glob package (#35478) 2025-09-13 18:01:00 +00:00