[vlc-devel] commit: Remote urls should be changed directly in the submodule's .git/ config file. (Antoine Cellerier )

git version control git at videolan.org
Thu Feb 11 15:37:19 CET 2010


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Thu Feb 11 15:36:57 2010 +0100| [61662db54c85ada5dbac8dc5918c419eb508a85c] | committer: Antoine Cellerier 

Remote urls should be changed directly in the submodule's .git/config file.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61662db54c85ada5dbac8dc5918c419eb508a85c
---

 .gitmodules |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index cae9a10..565ac21 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,20 +1,21 @@
+# To modify a submodule's url, ie to use ssh:// instead of git://,
+# update the submodule's .git/config file.
+# Use "git submodule update --init" to initialize submodules.
+# See man git-submodule for more info.
+
 [submodule "bindings/libvlcpp"]
 	path = bindings/libvlcpp
 	update = rebase
 	url = git://git.videolan.org/vlc/bindings/libvlcpp.git
-#	url = git at git.videolan.org:vlc/bindings/libvlcpp.git
 [submodule "bindings/jvlc"]
 	path = bindings/jvlc
 	update = rebase
 	url = git://git.videolan.org/vlc/bindings/jvlc.git
-#	url = git at git.videolan.org:vlc/bindings/jvlc.git
 [submodule "bindings/python"]
 	path = bindings/python
 	update = rebase
 	url = git://git.videolan.org/vlc/bindings/python.git
-#	url = git at git.videolan.org:vlc/bindings/python.git
 [submodule "bindings/phonon"]
 	path = bindings/phonon
 	update = rebase
 	url = git://git.videolan.org/vlc/bindings/phonon.git
-#	url = git at git.videolan.org:vlc/bindings/phonon.git




More information about the vlc-devel mailing list