0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-12 16:48:47 -05:00
forgejo/models/git
Oleksandr Redko 4aa61601c3
refactor: remove redundant err declarations (#32381)
(cherry picked from commit f4d3aaeeb9e1b11c5495e4608a3f52f316c35758)

Conflicts:
	- modules/charset/charset_test.go
	  Resolved by manually changing a `=` to `:=`, as per the
	  original patch. Conflict was due to `require.NoError`.
2024-11-05 09:33:15 +01:00
..
TestIterateRepositoryIDsWithLFSMetaObjects
branch.go
branch_list.go
branch_test.go
commit_status.go
commit_status_summary.go
commit_status_test.go
lfs.go refactor: remove redundant err declarations (#32381) 2024-11-05 09:33:15 +01:00
lfs_lock.go
lfs_lock_list.go
lfs_test.go
main_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
protected_branch.go Optimize branch protection rule loading (#32280) 2024-11-05 09:33:15 +01:00
protected_branch_list.go
protected_branch_list_test.go Optimize branch protection rule loading (#32280) 2024-11-05 09:33:15 +01:00
protected_branch_test.go
protected_tag.go
protected_tag_test.go