From 79f0c10df1d9b732fc2c63ddfef0de1b734eba91 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 3 Sep 2007 22:54:51 +0200 Subject: Delete submodules.sh and prepare for using git-submodule Signed-off-by: Lars Hjemli --- .gitmodules | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 51dd1ef..1daea94 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,3 @@ -# This file maps a submodule path to an url from where the submodule -# can be obtained. The script "submodules.sh" finds the url in this file -# when invoked with -i to clone the submodules. - -git git://git.kernel.org/pub/scm/git/git.git +[submodule "git"] + url = git://git.kernel.org/pub/scm/git/git.git + path = git -- cgit v1.2.3-59-g8ed1b