]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Set *read-only* URL for pull operations. For push,
authorhellekin <hellekin@cepheide.org>
Wed, 31 Oct 2012 00:37:21 +0000 (21:37 -0300)
committerhellekin <hellekin@cepheide.org>
Wed, 31 Oct 2012 00:37:21 +0000 (21:37 -0300)
developers can use "git remote set-url --push <newurl>":

% git remote -v
origin      git://gitorious.org/lorea/REPO.git (fetch)
origin      git://gitorious.org/lorea/REPO.git (push)
% git remote set-url --push origin git@gitorious.org:lorea/REPO.git
% git remote -v
origin      git://gitorious.org/lorea/REPO.git (fetch)
origin      git@gitorious.org:lorea/REPO.git (push)

.gitmodules

index 1281c1bdebfc20af401154478037e307421ec3b4..16704227cd9c404757c6ac0bf4229e029b7253e1 100644 (file)
        url = git://gitorious.org/lorea/elgg-favorites.git
 [submodule "mod/elgg-ostatus"]
        path = mod/elgg-ostatus
-       url = git@gitorious.org:lorea/elgg-ostatus.git
+       url = git://gitorious.org:lorea/elgg-ostatus.git
 [submodule "mod/elgg-webfinger"]
        path = mod/elgg-webfinger
-       url = git@gitorious.org:lorea/elgg-webfinger.git
+       url = git://gitorious.org:lorea/elgg-webfinger.git
 [submodule "mod/beechat"]
        path = mod/beechat
-       url = git@gitorious.org:lorea/beechat.git
+       url = git://gitorious.org:lorea/beechat.git
 [submodule "mod/microthemes"]
        path = mod/microthemes
-       url = git@gitorious.org:lorea/microthemes.git
+       url = git://gitorious.org:lorea/microthemes.git
 [submodule "mod/simplepie"]
        path = mod/simplepie
-       url = git@gitorious.org:lorea/simplepie.git
+       url = git://gitorious.org:lorea/simplepie.git
 [submodule "mod/upgrade-tools"]
        path = mod/upgrade-tools
-       url = git@gitorious.org:lorea/upgrade-tools.git
+       url = git://gitorious.org:lorea/upgrade-tools.git
 [submodule "mod/livestream"]
        path = mod/livestream
-       url = git@gitorious.org:lorea/livestream.git
+       url = git://gitorious.org:lorea/livestream.git
 [submodule "mod/profile_widgets"]
        path = mod/profile_widgets
        url = git://gitorious.org/lorea/profile_widgets.git