aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2012-10-30 21:37:21 -0300
committerhellekin <hellekin@cepheide.org>2012-10-30 21:37:21 -0300
commit6c75ee6b4e018d7796957fb5aaccda167a741c30 (patch)
treed7bc6c73061961a09997de420e3fd71e178a2067
parentad5a384d5b07babbfd9f0d7dea93c98b909cd7fe (diff)
downloadelgg-6c75ee6b4e018d7796957fb5aaccda167a741c30.tar.gz
elgg-6c75ee6b4e018d7796957fb5aaccda167a741c30.tar.bz2
Set *read-only* URL for pull operations. For push,
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)
-rw-r--r--.gitmodules14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
index 1281c1bde..16704227c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -144,25 +144,25 @@
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