1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00
gitea/modules/doctor
zeripath 1ce4fb256f
Restore creation of git-daemon-export-ok files (#16508)
Somewhere along the line the creation of git-daemon-export-ok
files disappeared but the updating of these files when
repo visibility changes remained. The problem is that the
current state will create files even when the org or user
is private.

This PR restores creation correctly.

Fix #15521

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-07-22 12:53:54 +01:00
..
authorizedkeys.go
checkOldArchives.go Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
dbconsistency.go Delete references if repository gets deleted (#15681) 2021-04-30 21:10:39 +02:00
dbversion.go Add err to log (#15813) 2021-05-10 20:48:23 +01:00
doctor.go
mergebase.go
misc.go Restore creation of git-daemon-export-ok files (#16508) 2021-07-22 12:53:54 +01:00
paths.go
usertype.go