[tor-commits] [torflow/master] Use https, not unauthenticated git.

aagbsn at torproject.org aagbsn at torproject.org
Wed Jan 9 20:02:23 UTC 2013


commit d97fd4561882a8dee38e3babdb11b573bc8a8d95
Author: aagbsn <aagbsn at extc.org>
Date:   Wed Jan 9 14:13:37 2013 +0000

    Use https, not unauthenticated git.
    
    Thanks to weasel for spotting this
---
 .gitmodules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 50ffa02..7d81658 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "TorCtl"]
 	path = TorCtl
-	url = git://git.torproject.org/pytorctl.git
+	url = https://git.torproject.org/pytorctl.git





More information about the tor-commits mailing list