forgejo/modules/repository
Lunny Xiao 8efef06fb1 fix(repository): git push to an adopted repository fails
Fix adopt repository has empty object name in database (#31333)

Fix #31330
Fix #31311

A workaround to fix the old database is to update object_format_name to
`sha1` if it's empty or null.

(cherry picked from commit 1968c2222dcf47ebd1697afb4e79a81e74702d31)

With tests services/repository/adopt_test.go
2024-06-16 19:06:06 +02:00
..
branch.go fix(repository): git push to an adopted repository fails 2024-06-16 19:06:06 +02:00
branch_test.go
collaborator.go
collaborator_test.go
commits.go
commits_test.go
create.go
create_test.go
delete.go
env.go
fork.go
hooks.go
init.go
init_test.go
license.go
license_test.go
main_test.go
push.go fix: hook post-receive for sha256 repos 2024-05-15 16:43:16 +02:00
repo.go
repo_test.go
temp.go