summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-04-29 19:20:25 -0600
committerGravatar steering72532026-04-29 19:20:25 -0600
commitcecbbfa9f92289a2bcb50526a017a1eba3037343 (patch)
treef8f7e510b1027faf5129e2f77114ed09dec9c3c6
parentswitch markdown parser to match cgit (diff)
tildefy link format
-rwxr-xr-xupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index 70f745b..d024333 100755
--- a/update
+++ b/update
@@ -10,7 +10,7 @@ reponame="$(readlink -f .)"
#reponame="${reponame%/.git}"
reponame="${reponame#/home/}"
-FORMAT="%C(auto)%h by %an (%ah: %s) sig: %G? %GS 0x%GK https://cgit.space/$reponame/commit/?id=%h"
+FORMAT="%C(auto)%h by %an (%ah: %s) sig: %G? %GS 0x%GK https://cgit.space/~$reponame/commit/?id=%h"
NC=( nc -q 0 "${to_host:-127.0.0.1}" "${to_port:-1337}" )
ref="$1"