Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Wed Sep 20 01:21:48 2023 -0300
Parent: 61e6fe5
Fixed script call
diff --git a/post-receive b/post-receive index 94af5c3..1ee33b4 100755 --- a/post-receive +++ b/post-receive @@ -15,10 +15,10 @@ git clone . "$OUT/$REPO/tree" # git --git-dir "$dir" log -n 1 --format="%h at %ah" # update git's index page -sh ./hooks/update-git-index +. ./hooks/update-git-index # update repo's index page -sh ./hooks/update-repo-index +. ./hooks/update-repo-index # create commit pages while read oldrev newrev ref