(c *context.Context)
| 104 | } |
| 105 | |
| 106 | func FileHistory(c *context.Context) { |
| 107 | renderCommits(c, c.Repo.TreePath) |
| 108 | } |
| 109 | |
| 110 | // tryGetUserByEmail returns a non-nil value if the email is corresponding to an |
| 111 | // existing user. |
no test coverage detected