Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: blmayer (bleemayer@gmail.com)
Date: Tue Oct 3 13:57:58 2023 -0300
Parent: b48cd29
Changed option order
diff --git a/post-receive b/post-receive
index b68d42a..fd295de 100755
--- a/post-receive
+++ b/post-receive
@@ -111,7 +111,7 @@ createcommitpage() {
cat << EOF
<h4>$f</h4>
<pre style="overflow-x:auto;white-space:pre">
-$(git show "$1" "$f" --format='' | escapehtml)
+$(git show --format='' "$1" -- "$f" | escapehtml)
</pre>
EOF
done