list

scripts

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

curl -O https://dovel.email/scripts.tar.gz tar.gz

6fb88d0

Author: brian (brian@myr.sh)

Date: Fri Apr 19 12:15:07 2024 -0300

Parent: a381669

Fixed pre

Diff

post-receive

diff --git a/post-receive b/post-receive
index 2397f41..33602bf 100755
--- a/post-receive
+++ b/post-receive
@@ -39,11 +39,12 @@ updategit() {
 	cat <<- EOF >> "$ROOT/git.html"
 	<p><a href="$REPO/log/$hash.html">$hash</a> on $REPO:</p>
 	<pre>
-	$(git show -s "$1")
-	</pre>
-	EOF	
+	EOF
+	git show -s "$hash" >> "$ROOT/git.html"
 
 	cat <<- EOF >> "$ROOT/git.html"
+		</pre>
+
 		<h2>Contributing</h2>
 		The dovel team uses the git email workflow to accept contributions.
 		All email sent to dovel.email is considered as git mailling lists, check