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

c43f175

Author: brian (git@myr.sh)

Date: Fri Sep 29 10:50:37 2023 -0300

Parent: 89880e2

Fixed parent link

Diff

diff --git a/update-repo-log b/update-repo-log
index c2f6130..cc32eae 100755
--- a/update-repo-log
+++ b/update-repo-log
@@ -27,7 +27,7 @@ createcommitpage() {
cat <<- EOF
<p>Author: $name ($email)</p>
<p>Date: $date</p>
-		<p>Parent: <a href=$parent>$parent</a></p>
+		<p>Parent: <a href=$parent.html>$parent</a></p>
<p><pre>
EOF