emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master e53ec1e 124/177: Make snippets submodule track master, up


From: João Távora
Subject: [elpa] master e53ec1e 124/177: Make snippets submodule track master, update it
Date: Sat, 28 Mar 2015 15:41:22 +0000

branch: master
commit e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]