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>2017-04-03 15:54:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-03 15:54:51 +0300
commit2aa0215ec53e7dc5ee4117627cb525c5228de7ad (patch)
tree1fcee1d2532d2d21493bf7584b9c118cf3cf3579 /.gitmodules
parentd27ef3913a823e571427c8fab23e5ad356cefab3 (diff)
Point all submodules to master branch
This way it should be safe to use `git submodule update --remote`.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0b8228e3f14..2f52bfce372 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,15 +2,19 @@
path = release/scripts/addons
url = ../blender-addons.git
ignore = all
+ branch = master
[submodule "release/scripts/addons_contrib"]
path = release/scripts/addons_contrib
url = ../blender-addons-contrib.git
ignore = all
+ branch = master
[submodule "release/datafiles/locale"]
path = release/datafiles/locale
url = ../blender-translations.git
ignore = all
+ branch = master
[submodule "source/tools"]
path = source/tools
url = ../blender-dev-tools.git
ignore = all
+ branch = master