From: Eric Wong Date: Thu, 26 Aug 2021 12:33:33 +0000 (+0000) Subject: www_stream: sh-friendly .onion URLs wrapping X-Git-Tag: v1.7.0~488 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=37aa51cd82d34aa2638db24a3dd5aa72339183df;hp=37aa51cd82d34aa2638db24a3dd5aa72339183df;p=public-inbox.git www_stream: sh-friendly .onion URLs wrapping The long v3 .onion URL was causing havoc on small mobile displays, so extract "hostname" into a variable which can still used as a Bourne shell snippet. While we're at it, include "torsocks" in the git command used for .onion URLs since that's the (near)-universal wrapper for Tor-ifying things (like git) which are dynamically linked to libc. Cc: Konstantin Ryabitsev Link: https://public-inbox.org/meta/20210816163654.c6gfzuezhji4l6s7@nitro.local/ ---