[Bf-blender-cvs] [2aa0215ec53] master: Point all submodules to master branch

Sergey Sharybin noreply at git.blender.org
Mon Apr 3 14:55:22 CEST 2017


Commit: 2aa0215ec53e7dc5ee4117627cb525c5228de7ad
Author: Sergey Sharybin
Date:   Mon Apr 3 14:54:51 2017 +0200
Branches: master
https://developer.blender.org/rB2aa0215ec53e7dc5ee4117627cb525c5228de7ad

Point all submodules to master branch

This way it should be safe to use `git submodule update --remote`.

===================================================================

M	.gitmodules

===================================================================

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




More information about the Bf-blender-cvs mailing list