Set tracking branches for submodules that aren't tracking master

This will let us use `git submodule update --remote` to update the
submodules to the latest commit from the relevant branch.
This commit is contained in:
Adam Roben
2014-12-22 16:41:22 -05:00
parent 56d90bedd0
commit df7b529e23

3
.gitmodules vendored
View File

@@ -499,6 +499,7 @@
[submodule "vendor/grammars/ada.tmbundle"]
path = vendor/grammars/ada.tmbundle
url = https://github.com/aroben/ada.tmbundle
branch = better-with-highlighting
[submodule "vendor/grammars/oz-tmbundle"]
path = vendor/grammars/oz-tmbundle
url = https://github.com/eregon/oz-tmbundle
@@ -508,9 +509,11 @@
[submodule "vendor/grammars/sublime-mask"]
path = vendor/grammars/sublime-mask
url = https://github.com/tenbits/sublime-mask
branch = release
[submodule "vendor/grammars/sublime_cobol"]
path = vendor/grammars/sublime_cobol
url = https://bitbucket.org/bitlang/sublime_cobol
[submodule "vendor/grammars/ruby.tmbundle"]
path = vendor/grammars/ruby.tmbundle
url = https://github.com/aroben/ruby.tmbundle
branch = pl