gitea/models/git
Jason Song 0470646d46
Show lock owner instead of repo owner on LFS setting page ()
Fix .

Before:

<img width="1648" alt="image"
src="https://github.com/user-attachments/assets/03f32545-4a85-42ed-bafc-2b193a5d8023">

After:

<img width="1653" alt="image"
src="https://github.com/user-attachments/assets/e5bcaf93-49cb-421f-aac1-5122bc488b02">
..
branch.go Rename head branch of pull requests when renaming a branch ()
branch_list.go Fix branch order ()
branch_test.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` ()
commit_status.go Fix Null Pointer error for CommitStatusesHideActionsURL ()
commit_status_summary.go Fix commitstatus summary ()
commit_status_test.go Hide the "Details" link of commit status when the user cannot access actions ()
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 Show lock owner instead of repo owner on LFS setting page ()
lfs_lock_list.go Show lock owner instead of repo owner on LFS setting page ()
main_test.go make writing main test easier ()
protected_banch_list_test.go Fix branch protection priority ()
protected_branch.go Allow force push to protected branches ()
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 Add tag protection via rest api ()
protected_tag_test.go Implement FSFE REUSE for golang files ()