We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1c9c6 commit f23c3dbCopy full SHA for f23c3db
services/repository/config.go
@@ -15,8 +15,8 @@ import (
15
"xorm.io/builder"
16
)
17
18
-// SyncRepositoryConfig rewrites all repositories' pre-receive, update and post-receive hooks
19
-// to make sure the binary and custom conf path are up-to-date.
+// SyncRepositoryConfig rewrites all repositories' git configurations
+// to make sure the reflog settings are up-to-date.
20
func SyncRepositoryConfig(ctx context.Context) error {
21
log.Trace("Doing: SyncRepositoryConfig")
22
0 commit comments