all repos — legit @ 7c96ce304f9b03c64f7ba53509077d426cad2a46

legit - simple git web interface in go (fork)

fix naming conflict for diff route
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iHUEABYKAB0WIQT/foVVmI9pK13hPWFohAcXSWbK8wUCZbh7gAAKCRBohAcXSWbK
8wUOAQCD/1+VuwVoRbMnj+68eQFykD4AZ8yG2zS204zLHgByUAEA3zgnbXqxVB/v
05gG2D8JYu+h0F3lKPrVqD31tSmhcAE=
=Ii6+
-----END PGP SIGNATURE-----
commit

7c96ce304f9b03c64f7ba53509077d426cad2a46

parent

5fe7b8e4704d1bb49e99305397324694353161b7

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

jump to
M routes/routes.goroutes/routes.go

@@ -287,9 +287,9 @@ log.Println(err)

return } - name, ok := mailmap[diff.Commit.Author.Email] + authorname, ok := mailmap[diff.Commit.Author.Email] if ok { - diff.Commit.Author.Name = name + diff.Commit.Author.Name = authorname } data := make(map[string]interface{})