1
0
Fork 0
forgejo/routers/api/v1/repo
zeripath bef93abd49
Ensure that git repository is closed before transfer (#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>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-12-21 10:01:58 +08:00
..
blob.go
branch.go
collaborators.go
commits.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
file.go
fork.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go
issue_comment.go
issue_label.go
issue_reaction.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
issue_stopwatch.go
issue_subscription.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
milestone.go
mirror.go
notes.go
pull.go Abort merge if head has been updated before pressing merge (#18032) 2021-12-20 08:32:54 +08:00
pull_review.go
release.go
release_attachment.go
release_tags.go
repo.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
repo_test.go
star.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
status.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
subscriber.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
tag.go
teams.go
topic.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
transfer.go Ensure that git repository is closed before transfer (#18049) 2021-12-21 10:01:58 +08:00
tree.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
wiki.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00