Skip to content

Commit bbc3bde

Browse files
committed
Added toolchain-2.9 branch specifiers to .gitmodules
See http://stackoverflow.com/a/9189815/6309 for details. branch=. only works for Git 2.10+.
1 parent 2d7caa2 commit bbc3bde

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitmodules

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
[submodule "rtt"]
22
path = rtt
33
url = ../rtt.git
4+
branch = toolchain-2.9
45
[submodule "ocl"]
56
path = ocl
67
url = ../ocl.git
8+
branch = toolchain-2.9
79
[submodule "orogen"]
810
path = orogen
911
url = ../orogen.git
12+
branch = toolchain-2.9
1013
[submodule "typelib"]
1114
path = typelib
1215
url = ../typelib.git
16+
branch = toolchain-2.9
1317
[submodule "utilrb"]
1418
path = utilrb
1519
url = ../utilrb.git
20+
branch = toolchain-2.9
1621
[submodule "log4cpp"]
1722
path = log4cpp
1823
url = ../log4cpp.git
24+
branch = toolchain-2.9
1925
[submodule "rtt_typelib"]
2026
path = rtt_typelib
21-
url = ../rtt_typelib.git
27+
url = ../rtt_typelib.git
28+
branch = toolchain-2.9

0 commit comments

Comments
 (0)