diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-12-16 02:34:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-16 02:34:47 +0100 |
commit | de3145b4cc657c6b99edd353d21a5ddc9b8a9316 (patch) | |
tree | bf988a78a7705ec47d72bd291c315015c746f550 /.gitmodules | |
parent | 75279997a1ebadf976c4684709e4312fdfa23c26 (diff) | |
download | tde-de3145b4cc657c6b99edd353d21a5ddc9b8a9316.tar.gz tde-de3145b4cc657c6b99edd353d21a5ddc9b8a9316.zip |
Switch scripts into its own GIT repository
Switch main/thirdparty into its own GIT repository
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7868b4899..0c9aac5a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ +[submodule "scripts"] + path = scripts + url = http://system@scm.trinitydesktop.org/scm/git/scripts [submodule "main/dependencies/qt3"] path = main/dependencies/qt3 url = http://system@scm.trinitydesktop.org/scm/git/qt3 @@ -361,3 +364,6 @@ [submodule "main/applications/yakuake"] path = main/applications/yakuake url = http://system@scm.trinitydesktop.org/scm/git/yakuake +[submodule "main/thirdparty"] + path = main/thirdparty + url = http://system@scm.trinitydesktop.org/scm/git/thirdparty |