You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/repository
zeripath a20ccec369
Ensure that git daemon export ok is created for mirrors (#17243) (#17306)
Backport #17243

There is an issue with #16508 where it appears that create repo requires that the
repo does not exist. This causes #17241 where an error is reported because of this.

This PR fixes this and also runs update-server-info for mirrors and generated repos.

Fix #17241

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
adopt.go Ensure that git daemon export ok is created for mirrors (#17243) (#17306) 3 years ago
archive.go Fix archive error when rename repo or user (#16399) 4 years ago
branch.go [API] Add pagination to ListBranches (#14524) 4 years ago
cache.go Make commit info cancelable (#16032) 4 years ago
check.go Update repository size on cron gc task (#15177) 4 years ago
commits.go Report the correct number of pushes on the feeds (#16811) (#16822) 3 years ago
commits_test.go Implemented head_commit for webhooks (#16282) 4 years ago
create.go Ensure that git daemon export ok is created for mirrors (#17243) (#17306) 3 years ago
create_test.go Fixed assert statements. (#16089) 4 years ago
fork.go Ensure that git daemon export ok is created for mirrors (#17243) (#17306) 3 years ago
fork_test.go Move create/fork repository from models to modules/repository (#9489) 5 years ago
generate.go Ensure that git daemon export ok is created for mirrors (#17243) (#17306) 3 years ago
hooks.go Set GIT_DIR correctly if it is not set (#15751) 4 years ago
init.go [API] Add pagination to ListBranches (#14524) 4 years ago
main_test.go Move push commits from models to modules/repository (#9370) 5 years ago
push.go Fix a bug on refactoring (#13373) 4 years ago
repo.go Ensure that git daemon export ok is created for mirrors (#17243) (#17306) 3 years ago
update.go Move PushUpdateAddDeleteTags to repository module from models (#10106) 5 years ago