git-preview @ main

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

git: Add function to generate tar file from repo
Sun, 23 Jun 2024
1 files changed, 136 insertions(+), 0 deletions(-)
M git/git.go

@@ -1,8 +1,13 @@

package git import ( + "archive/tar" "fmt" + "io" + "io/fs" + "path" "sort" + "time"

… preview truncated