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

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

[elpa] master 4916657 084/177: Use https instead of ssh for submodules a


From: João Távora
Subject: [elpa] master 4916657 084/177: Use https instead of ssh for submodules access
Date: Sat, 28 Mar 2015 15:41:06 +0000

branch: master
commit 49166572c8e55ed0e20388bbfea96a88a09e7cfc
Author: Renaud AUBIN <address@hidden>
Commit: Renaud AUBIN <address@hidden>

    Use https instead of ssh for submodules access
    
    To enable direct access through a proxy, the submodules url definitions
    need to use https instead of ssh.
---
 .gitmodules |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 80584ea..607033b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "snippets"]
-       path = snippets
-       url = address@hidden:AndreaCrotti/yasnippet-snippets.git
+        path = snippets
+        url = https://github.com/AndreaCrotti/yasnippet-snippets.git
 [submodule "yasmate"]
-       path = yasmate
-       url = address@hidden:capitaomorte/yasmate.git
+        path = yasmate
+        url = https://github.com/capitaomorte/yasmate.git



reply via email to

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