Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ Commits
Function
Commits
internal/route/repo/commit.go:77–79 ·
view source on GitHub ↗
(c *context.Context)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
Commits(c *context.Context) {
78
renderCommits(c,
""
)
79
}
80
81
func
SearchCommits(c *context.Context) {
82
c.Data[
"PageIsCommits"
] = true
Callers
1
RefCommits
Function · 0.85
Calls
1
renderCommits
Function · 0.85
Tested by
no test coverage detected