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

a1863b2

Author: brian (git@myr.sh)

Date: Fri Sep 29 02:20:05 2023 -0300

Parent: ca53509

Fixed lines in pre

Diff

diff --git a/update-repo-log b/update-repo-log
index 8d7be84..b5bee5a 100755
--- a/update-repo-log
+++ b/update-repo-log
@@ -45,7 +45,7 @@ createcommitpage() {

git show --format='' "$1" | while read -r l
do
-		escapehtml "$l"
+		escapehtml "$l\n"
done

cat <<- EOF