From 2826f45609cb34169f6a4b8475a1c8e302c68858 Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Sun, 12 Dec 2010 19:04:27 +0200 Subject: [PATCH] {SQUASHME} gitmodules: Use relative path so modules can also work with http: clones Boaz --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 5cac397..31be066 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ a submodule, so a user that needs an OSD2 target need only clone one head and everything will sync automatically. The git tree is here: - git-clone --recursive git://git.open-osd.org/osc-osd + git-clone --recursive git://git.open-osd.org/osc-osd/.git or viewed http://git.open-osd.org/gitweb.cgi?p=osc-osd/.git;a=summary @@ -91,7 +91,7 @@ needed is the sqlite-devel package. For example: all a user need is to follow these steps: - at some parent folder do -[]$ git clone --recursive git://git.open-osd.org/osc-osd +[]$ git clone --recursive git://git.open-osd.org/osc-osd/.git If behind a firewall and in need of "http:" access do: []$ git clone --recursive http://git.open-osd.org/trees/osc-osd/.git