Make snippets submodule track master, update it

This should let us update the submodule just by running
    git submodule update --remote
rather than having to cd into it, and then pull.
This commit is contained in:
Noam Postavsky 2014-06-17 19:40:55 -04:00
parent f98c527a38
commit e53ec1e0c3
2 changed files with 2 additions and 1 deletions

1
.gitmodules vendored
View File

@ -1,6 +1,7 @@
[submodule "snippets"]
path = snippets
url = https://github.com/AndreaCrotti/yasnippet-snippets.git
branch = master
[submodule "yasmate"]
path = yasmate
url = https://github.com/capitaomorte/yasmate.git

@ -1 +1 @@
Subproject commit 250814eef42372c419c8f954f1f6ea5cd04a8b9b
Subproject commit 86978f377b8cf1267b8e862f6c3c1c9eccc993ad