all repos — elgit @ 5ae6e6b8ba5bad8b7a981ac0db5f3974806be935

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

rename to elgit

Alan Pearce
commit

5ae6e6b8ba5bad8b7a981ac0db5f3974806be935

parent

8ed87caffe08bcd6487a7d585763d05d91634f44

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M routes/git.goroutes/git.go
@@ -7,8 +7,8 @@ "log"
"net/http" "path/filepath" - "git.icyphox.sh/legit/git/service" securejoin "github.com/cyphar/filepath-securejoin" + "go.alanpearce.eu/elgit/git/service" ) func (d *deps) InfoRefs(w http.ResponseWriter, r *http.Request) {