From 893407a00aa247685052aeb4ff7ef042216daca3 Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Wed, 12 Oct 2011 11:35:34 +0200 Subject: [PATCH] gitmodules: Relative path TAKE 2 This time I'll try the bare repository approch. It should work the same with git:// and http:// It might have a few problems with local none-bare clones but that is so with some combinations today as well. People will need to know Signed-off-by: Boaz Harrosh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 85df4ec..093175e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tgt"] path = tgt - url = ../tgt/.git + url = ./tgt.git