mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-23 05:00:02 +02:00
Copy git data from disk when restore repository (#16066)
This commit is contained in:
parent
a38f62ad0f
commit
7979c3654e
3 changed files with 11 additions and 6 deletions
|
@ -184,7 +184,7 @@ func migrateRepository(downloader base.Downloader, uploader base.Uploader, opts
|
|||
return err
|
||||
}
|
||||
|
||||
log.Trace("migrating git data")
|
||||
log.Trace("migrating git data from %s", repo.CloneURL)
|
||||
if err = uploader.CreateRepo(repo, opts); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue