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

f9da3c6

Author: brian (git@myr.sh)

Date: Tue Sep 19 21:09:32 2023 -0300

Parent: 0de3ace

Small adjust in repo index

Diff

diff --git a/update-repo-index b/update-repo-index
index 1d262bb..f906565 100755
--- a/update-repo-index
+++ b/update-repo-index
@@ -53,7 +53,6 @@ cat << EOF > "$OUT/index.html"
<body>
<center>
<h1>$REPO</h1>
-	<p><i>$(cat description)</i><p>
<nav>
<a>index</a> &emsp;
<a href=refs.html>refs</a> &emsp;
@@ -61,12 +60,9 @@ cat << EOF > "$OUT/index.html"
<a href=tree.html>tree</a> &emsp;
<a href=mail.html>mail</a>
</nav>
+	<p><i>$(cat description)</i></p>
</center>
-	zip: <kbd>curl dovel.email/$REPO/$REPO.zip</kbd>
-	<p>
-	Latest commit:
-	$(git log -n 1 --format="%an commited (%h) at %ah: %s")
-	</p>
+	<p>Latest commit: $(git log -n 1 --format="(%h) by %an at %as: %s")</p>
<hr>
<pre>$(cat "$TMP/README"*)</pre>
</body>