Update .gitmodules to use Git over HTTP

This commit is contained in:
Adam Malcontenti-Wilson
2012-08-10 12:02:36 +10:00
committed by Allan Odgaard
parent 845bb96f5b
commit a3a82c93ce

14
.gitmodules vendored
View File

@@ -1,21 +1,21 @@
[submodule "bin/CxxTest"]
path = bin/CxxTest
url = git://github.com/textmate/cxxtest.git
url = https://github.com/textmate/cxxtest.git
[submodule "vendor/MASPreferences/vendor"]
path = vendor/MASPreferences/vendor
url = git://github.com/textmate/MASPreferences.git
url = https://github.com/textmate/MASPreferences.git
[submodule "rmate"]
path = rmate
url = git://github.com/textmate/rmate.git
url = https://github.com/textmate/rmate.git
[submodule "vendor/MGScopeBar/vendor"]
path = vendor/MGScopeBar/vendor
url = git://github.com/textmate/MGScopeBar.git
url = https://github.com/textmate/MGScopeBar.git
[submodule "Applications/TextMate/icons"]
path = Applications/TextMate/icons
url = git://github.com/textmate/document-icons.git
url = https://github.com/textmate/document-icons.git
[submodule "PlugIns/dialog-1.x"]
path = PlugIns/dialog-1.x
url = git://github.com/textmate/dialog-1.x.git
url = https://github.com/textmate/dialog-1.x.git
[submodule "PlugIns/dialog"]
path = PlugIns/dialog
url = git://github.com/textmate/dialog.git
url = https://github.com/textmate/dialog.git