all repos — elgit @ 1872ca726ab9b0105481ba2404b01e7aeb43bbee

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

routes: description and humanized time to index

commit

1872ca726ab9b0105481ba2404b01e7aeb43bbee

parent

d879c2dfb088cb7911e322694c101fb0bdf7c0c0

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M go.modgo.mod
@@ -5,6 +5,7 @@
require ( github.com/alexedwards/flow v0.0.0-20220806114457-cf11be9e0e03 github.com/bluekeyes/go-gitdiff v0.7.0 + github.com/dustin/go-humanize v1.0.0 github.com/go-git/go-git/v5 v5.5.1 gopkg.in/yaml.v3 v3.0.0 )