replicating svn:externals behavior with git modules tracking master (git >=1.8.2 needed to support this)

This commit is contained in:
Michael Iedema 2014-03-22 16:30:52 +01:00
parent 8fc49cf796
commit a3d81dc8dc
4 changed files with 15 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@ -0,0 +1,12 @@
[submodule "SR"]
path = SR
url = git@github.com:RangeNetworks/subscriberRegistry.git
branch = master
[submodule "CommonLibs"]
path = CommonLibs
url = git@github.com:RangeNetworks/CommonLibs.git
branch = master
[submodule "sqlite3"]
path = sqlite3
url = git@github.com:RangeNetworks/sqlite3.git
branch = master

1
CommonLibs Submodule

@ -0,0 +1 @@
Subproject commit bd94d0a9883002daa8310b601f28eed3b0d87d2f

1
SR Submodule

@ -0,0 +1 @@
Subproject commit 226fc1c28a82307f7fc0e3f99f47a025be7cae4c

1
sqlite3 Submodule

@ -0,0 +1 @@
Subproject commit 3d0dbe8e7a819585cac5064beabe9b22f8d47235