Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-11-15 10:19:08 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-11-15 10:19:08 +0400
commit6bbca88f6622007ec0adfbb194df56a7b114ac56 (patch)
treefef52db2b0ee9f524dca6ce63d5ea239a4a09bfb /.gitmodules
parentc53f80aeed256874c1e2bc683400f816ed80e469 (diff)
Initialize git submodules for addons, locales and scons
Uses relative paths to repositories, so this is expected to work fine for any protocol we support (git, ssh and http). Uses ignore=all for all the submodules, so updating them to latest remote hash does not tags blender repository as changes. But it is still possible to make changes to submodules and commit them from their path.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000000..4ce5a2466e6
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,16 @@
+[submodule "release/scripts/addons"]
+ path = release/scripts/addons
+ url = ../blender-addons.git
+ ignore = all
+[submodule "release/scripts/addons_contrib"]
+ path = release/scripts/addons_contrib
+ url = ../blender-addons-contrib.git
+ ignore = all
+[submodule "release/datafiles/locale"]
+ path = release/datafiles/locale
+ url = ../blender-translations.git
+ ignore = all
+[submodule "scons"]
+ path = scons
+ url = ../scons.git
+ ignore = all