list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

curl https://dovel.email/scripts.tar tar

cc93209

Author: brian (git@myr.sh)

Date: Fri Sep 29 01:53:05 2023 -0300

Parent: c73f252

Fixed typo

Diff

diff --git a/update-repo-log b/update-repo-log
index ba4d0f7..fc535e8 100755
--- a/update-repo-log
+++ b/update-repo-log
@@ -65,7 +65,7 @@ do
echo "creating commit page $h"
cat <<- EOF >> "$OUT/log.html"
<tr><td><a href=$h.html>$h</a></td><td>$name</td><td>$date</td></tr>
-	<tr><td colspan=3>Subject: %msg</td></tr>
+	<tr><td colspan=3>Subject: $msg</td></tr>
EOF
createcommitpage "$h" > "$OUT/log/$h.html"
done