Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ GitConfigPath
Method
GitConfigPath
internal/database/repo.go:588–590 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
586
}
587
588
func
(r *Repository) GitConfigPath() string {
589
return
filepath.Join(r.RepoPath(),
"config"
)
590
}
591
592
func
(r *Repository) RelLink() string {
593
return
"/"
+ r.FullName()
Callers
2
readAddress
Method · 0.80
CleanUpMigrateInfo
Function · 0.80
Implementers
2
Repository
internal/database/repo.go
mailerRepo
internal/database/issue_mail.go
Calls
1
RepoPath
Method · 0.95
Tested by
no test coverage detected