shithub: gitonline

Download patch

ref: 93f12f1973aac3ff75f9c485105704c449e33fdb
parent: f0c1620f4aa739008e27da1ee9789388cfbb1811
author: glenda <glenda@9front.local>
date: Sun Nov 29 08:50:34 EST 2020

fix

--- a/gitonline.rc
+++ b/gitonline.rc
@@ -104,7 +104,7 @@
 
 fn repo_view {
 	html_emit_start
-	reponame=`{echo $1 | sed 's,^/,,'}
+	reponame=$1
 	echo '
 	<h1>'$reponame'</h1>
 	<a href="'$reponame'/shortlog">'Shortlog'</a>