Point all submodules to master branch

This way it should be safe to use `git submodule update --remote`.
This commit is contained in:
Sergey Sharybin 2017-04-03 14:54:51 +02:00
parent d27ef3913a
commit 2aa0215ec5
1 changed files with 4 additions and 0 deletions

4
.gitmodules vendored
View File

@ -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