0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-29 20:56:23 +01:00
gitea/services/repository
John Olheiser 1ee1147baa
fix: don't replace err variable in nested check (#22416)
We can use `:=` to make `err` local to the if-scope instead of
overwriting the `err` in outer scope.

Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-01-12 14:57:12 -06:00
..
archiver
files Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
adopt_test.go
adopt.go Do not list active repositories as unadopted (#22034) 2022-12-16 16:58:56 +08:00
avatar_test.go Unify hashing for avatar (#22289) 2023-01-02 22:46:39 +01:00
avatar.go Unify hashing for avatar (#22289) 2023-01-02 22:46:39 +01:00
branch.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
cache.go
check.go fix: don't replace err variable in nested check (#22416) 2023-01-12 14:57:12 -06:00
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2022-12-27 15:21:14 -06:00
fork.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2022-12-27 15:21:14 -06:00
hooks.go
lfs.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
main_test.go
push.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
repository_test.go
repository.go
review_test.go
review.go
template.go
transfer_test.go
transfer.go