all repos — elgit @ fed19ae329323cca0f7b49624486966fbce8096b

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

use gitweb/gitolite directory layout (including subdirs)

Alan Pearce
commit

fed19ae329323cca0f7b49624486966fbce8096b

parent

9c336ff148d48d09a4f4866798511cdcce50202a

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

changed files
M main.gomain.go
@@ -22,7 +22,7 @@ }
if err := UnveilPaths([]string{ c.Dirs.Static, - c.Repo.ScanPath, + c.Repo.Root, }, "r"); err != nil { log.Fatalf("unveil: %s", err)