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-----
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
routes/routes.go
→
routes/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{})