summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2017-08-04 12:56:27 +0200
committerSitaram Chamarty <sitaram@atc.tcs.com>2017-08-04 17:34:24 +0530
commit0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c (patch)
tree2dc2cdac5446281f68a321e6493ee64cbd6ce805 /src
parent9123ae44b14b9df423a7bf1e693e05865ca320ac (diff)
Use https:// instead of insecure git:// protocol
Signed-off-by: Till Maas <opensource@till.name> (with minor whitespace changes by sitaramc@gmail.com)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/triggers/upstream8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/triggers/upstream b/src/triggers/upstream
index c64e2f2..611e11e 100755
--- a/src/triggers/upstream
+++ b/src/triggers/upstream
@@ -32,7 +32,7 @@ git fetch -q "$url" '+refs/*:refs/*'
# R = @all
# RW+ my-company/ = @developers
#
-# option upstream.url = git://git.kernel.org/pub/scm/git/git.git
+# option upstream.url = https://git.kernel.org/pub/scm/git/git.git
# option upstream.nice = 120
#
# * to force a fetch on the server shell (or via cron), run this command:
@@ -55,9 +55,9 @@ git fetch -q "$url" '+refs/*:refs/*'
# repo github/CREATOR/..*
# C = @all
# R = @all
-# option upstream.url = git://github.com/%GL_REPO.git
-# option upstream.nice = 120
-# config url.git://github.com/.insteadOf = git://github.com/github/
+# option upstream.url = https://github.com/%GL_REPO.git
+# option upstream.nice = 120
+# config url.https://github.com/.insteadOf = https://github.com/github/
#
# Now you can make local, read-only, clones of all your github repos with
#