1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-01 03:48:24 +00:00
Files
gitea/routers/api/v1/repo/transfer.go
zeripath 6de75224de Ensure that git repository is closed before transfer (#18049) (#18057)
Backport #18049

Repository Transfer requires that the repository directory is renamed - which
is not possible on Windows if the git repository is open.

Fix #17885

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-21 18:27:46 +00:00

3.6 KiB