tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit cb7340abf1c6ca182d95be2f2cf6aa210d1aadc2
parent 40e75bc3e172a38ab0a3b7747b11c8838e22a268
Author: teor <teor@torproject.org>
Date:   Thu, 31 Oct 2019 13:56:59 +1000

scripts/git: Don't use spaces in git URLs

Diffstat:
Mscripts/git/git-setup-dirs.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/git/git-setup-dirs.sh b/scripts/git/git-setup-dirs.sh @@ -71,7 +71,7 @@ if [ "$DEFAULT_UPSTREAM_REMOTE" != "origin" ]; then fi # GitHub repositories GITHUB_PULL=${TOR_GITHUB_PULL:-"https://github.com/torproject/tor.git"} -GITHUB_PUSH=${TOR_GITHUB_PUSH:-"No pushes to GitHub"} +GITHUB_PUSH=${TOR_GITHUB_PUSH:-"No_Pushing_To_GitHub"} ########################## # Git branches to manage #