gitea/modules/repository
zeripath 74bd9691c6
Re-attempt to delete temporary upload if the file is locked by another process ()
Replace all calls to os.Remove/os.RemoveAll by retrying util.Remove/util.RemoveAll and remove circular dependencies from util.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: silverwind <me@silverwind.io>
..
branch.go Handle more pathological branch and tag names ()
check.go Refactor Cron and merge dashboard tasks ()
commits.go make avatar lookup occur at image request ()
commits_test.go make avatar lookup occur at image request ()
create.go Re-attempt to delete temporary upload if the file is locked by another process ()
create_test.go Various fixes in login sources ()
fork.go Fix visibility of forked public repos from private orgs ()
fork_test.go Move create/fork repository from models to modules/repository ()
generate.go Re-attempt to delete temporary upload if the file is locked by another process ()
hooks.go Re-attempt to delete temporary upload if the file is locked by another process ()
init.go Re-attempt to delete temporary upload if the file is locked by another process ()
main_test.go Move push commits from models to modules/repository ()
repo.go Re-attempt to delete temporary upload if the file is locked by another process ()
update.go Move PushUpdateAddDeleteTags to repository module from models ()