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

26feb7e

Author: brian (git@myr.sh)

Date: Fri Sep 29 02:23:19 2023 -0300

Parent: a1863b2

Added printf

Diff

diff --git a/update-repo-log b/update-repo-log
index b5bee5a..4063b9e 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\n"
+		printf "%s\n" "$(escapehtml "$l")"
done

cat <<- EOF