]> git.sesse.net Git - vlc/commit
Add all bindings as a submodule of the main vlc git tree.
authorRémi Duraffort <ivoire@videolan.org>
Thu, 11 Feb 2010 09:08:22 +0000 (10:08 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 11 Feb 2010 14:17:34 +0000 (15:17 +0100)
commit6867a707cb4cf5cd8763ddebedb0febee9293d03
tree828d1fc0212928e8a965ce60c4129c76a8c1303a
parent51356824029c9ed509aec1c03c57817377dd0759
Add all bindings as a submodule of the main vlc git tree.

Some basic information about git submodule:
 * by default the submodules are not clone
 * by default the url for the submodules are git:// and not ssh://, the
developpers must change this (just uncomment the right line in .gitmodules)
to be able to commit to the bindings.

Git commandes:
 * git submodule init => intialize the submodules
 * git submodule status => status of the submodules
 * git submodule update => update all submodules
.gitmodules [new file with mode: 0644]
bindings/jvlc [new submodule]
bindings/libvlcpp [new submodule]
bindings/phonon [new submodule]
bindings/python [new submodule]