From e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Tue, 17 Jun 2014 19:40:55 -0400 Subject: [PATCH] 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 deletion(-) 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 -- 2.39.2