all repos — elgit @ 6777731007fc7f9ce1d05f71393bd958767a33fb

fork of legit: web frontend for git, written in go

feat: Wrap commit and its references Create a wrapper around commit to add all reference to it.

commit

6777731007fc7f9ce1d05f71393bd958767a33fb

parent

f8f00566538ed3ce512f8edf98209cb7577f8258

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M routes/routes.goroutes/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, }) }