branch: master
commit e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb
Author: Noam Postavsky <npost...@users.sourceforge.net>
Commit: Noam Postavsky <npost...@users.sourceforge.net>

    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.
---
 .gitmodules |    1 +
 snippets    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 607033b..e9a0388 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
diff --git a/snippets b/snippets
index 250814e..86978f3 160000
--- a/snippets
+++ b/snippets
@@ -1 +1 @@
-Subproject commit 250814eef42372c419c8f954f1f6ea5cd04a8b9b
+Subproject commit 86978f377b8cf1267b8e862f6c3c1c9eccc993ad

Reply via email to