From 68636c4fe1ec7867d9ab4f70e27231dcd5979ae1 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 4 May 2006 02:19:29 +0200 Subject: [PATCH] Kill superfluous em's --- download.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download.html b/download.html index dbb237c..5468d47 100644 --- a/download.html +++ b/download.html @@ -68,12 +68,12 @@

Git over git

If you already have Git installed, you can get the latest -development version via Git itself: +development version via Git itself:

git clone git://git.kernel.org/pub/scm/git/git.git

If you have problems connecting, you can try to get it -via Git itself but over the HTTP protocol: +via Git itself but over the HTTP protocol:

git clone http://git.kernel.org/pub/scm/git/git.git
(this method is considerably slower but works even behind firewalls and such). -- 2.11.4.GIT