From: Noam Postavsky Date: Tue, 17 Jun 2014 23:40:55 +0000 (-0400) Subject: Make snippets submodule track master, update it X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb 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. --- diff --git a/.gitmodules b/.gitmodules index 607033b6b..e9a038894 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 250814eef..86978f377 160000 --- a/snippets +++ b/snippets @@ -1 +1 @@ -Subproject commit 250814eef42372c419c8f954f1f6ea5cd04a8b9b +Subproject commit 86978f377b8cf1267b8e862f6c3c1c9eccc993ad