This site is an archive; learn more about 8 years of OpenHatch.

[OH-Dev] [PATCH] Smart https transfer (which github supports) is as fast as git:// and prevents some MitM attacks

Asheesh Laroia asheesh at asheesh.org
Sun May 13 21:41:13 UTC 2012


On Sun, 13 May 2012, Shawn Landden wrote:

> ---
> docs/contributor/getting_started.rst |    2 +-
> docs/deployment/installation.rst     |    2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/contributor/getting_started.rst b/docs/contributor/getting_started.rst
> index 381ee3e..6c3a499 100644
> --- a/docs/contributor/getting_started.rst
> +++ b/docs/contributor/getting_started.rst
> @@ -20,7 +20,7 @@ To make contributions, you will need to clone our git repository. This requires
> having the git version control system installed. Once you do, type this into a
> terminal::
>
> -    $ git clone git://github.com/openhatch/oh-mainline.git
> +    $ git clone https://github.com/openhatch/oh-mainline.git
>
> It will take up to five minutes, depending on your Internet connection. it's
> kind of a big repository. (Sixty megabytes, or so.)
> diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst
> index 273af8b..b8935c2 100644
> --- a/docs/deployment/installation.rst
> +++ b/docs/deployment/installation.rst
> @@ -42,7 +42,7 @@ If you already have an "oh-mainline" directory on your computer, then
> you already have the code. If you're reading this file on the web,
> then you need to run::
>
> -  git clone git://github.com/openhatch/oh-mainline.git
> +  git clone https://github.com/openhatch/oh-mainline.git
>
> You probably have already done this, though, and can jump to the next
> step.

Good points. Pushing it now!

Read the docs should update in, like, 30 seconds; it's usually pretty 
fast.

-- Asheesh.


More information about the Devel mailing list