Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 5c6ecb4..51dd1ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,5 @@ -[submodule "git"] - url = https://git.kernel.org/pub/scm/git/git.git - path = git +# 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 |