diff options
author | Till Maas <opensource@till.name> | 2017-08-04 12:56:27 +0200 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2017-08-04 17:34:24 +0530 |
commit | 0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c (patch) | |
tree | 2dc2cdac5446281f68a321e6493ee64cbd6ce805 /install | |
parent | v3.6.7 (diff) | |
download | gitolite-gentoo-0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c.tar.gz gitolite-gentoo-0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c.tar.bz2 gitolite-gentoo-0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c.zip |
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 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Usage (from gitolite clone directory): Simplest use, if $HOME/bin exists and is in $PATH, is: - git clone git://github.com/sitaramc/gitolite + git clone https://github.com/sitaramc/gitolite gitolite/install -ln # now run setup |