TODO(unknwon)
(oldCommits []*git.Commit, _ string)
| 33 | |
| 34 | // TODO(unknwon) |
| 35 | func RenderIssueLinks(oldCommits []*git.Commit, _ string) []*git.Commit { |
| 36 | return oldCommits |
| 37 | } |
| 38 | |
| 39 | func renderCommits(c *context.Context, filename string) { |
| 40 | c.Data["Title"] = c.Tr("repo.commits.commit_history") + " · " + c.Repo.Repository.FullName() |
no outgoing calls
no test coverage detected