feat: Wrap commit and its references Create a wrapper around commit to add all reference to it.
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M routes/routes.go → routes/routes.go
@@ -63,8 +63,8 @@ infos = append(infos, info{ DisplayName: getDisplayName(name), Name: name, Desc: getDescription(path), - Idle: humanize.Time(c.Author.When), - d: c.Author.When, + Idle: humanize.Time(c.Commit().Author.When), + d: c.Commit().Author.When, }) }