git-preview @ main

static git web frontend but with images and html previews + code truncation

index: turn off logging, it's too noisy
Mon, 19 Dec 2022
1 files changed, 0 insertions(+), 1 deletions(-)
M routes/routes.go

@@ -38,7 +38,6 @@ for _, dir := range dirs {

path := filepath.Join(d.c.Repo.ScanPath, dir.Name()) gr, err := git.Open(path, "") if err != nil { - log.Println(err) continue }