shithub: shithub

Download patch

ref: 2554914e78687e6d2a4d1e46b7117b86da6a4a62
parent: e614037b9227c0ed5a23bcca346fcfa8b8be15c0
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Nov 30 00:10:56 EST 2020

clone url: remove ',' for easier selection (thanks umbraticus)

When selecting text in plan9, triple click and plumb selects up
to word boundaries. With the comma, this would lead to a stray
comma getting included. Remove it for ease of use.

--- a/shithub
+++ b/shithub
@@ -160,7 +160,7 @@
 	echo '	</pre>
 		<h2>Code</h2>
 		<p>
-		<b>clone:</b> git://shithub.us/'$gituser/$repo', gits://shithub.us/'$gituser/$repo'<br>
+		<b>clone:</b> git://shithub.us/'$gituser/$repo' gits://shithub.us/'$gituser/$repo'<br>
 		<b>push:</b> hjgit://shithub.us/'$gituser/$repo'<br>
 		<b>tar:</b> <a href="'/git/$gituser/$repo/$hash/snap.tar.gz'">snap.tar.gz</a><br>'
 	if(test -f $repodir/contact)