]> gitweb.ps.run Git - ps-cgit/commit
Add submodules.sh and use it during builds
authorLars Hjemli <hjemli@gmail.com>
Thu, 10 May 2007 09:25:12 +0000 (11:25 +0200)
committerLars Hjemli <hjemli@gmail.com>
Fri, 11 May 2007 09:03:52 +0000 (11:03 +0200)
commitcc1dbd1b5d610bd5e626f54d310f11cf47684ea1
treeceede74f95d643b085232aa66a7d69d04e255208
parente743443811f5816f02a9ca67404613be97bfa615
Add submodules.sh and use it during builds

This adds a shell script which can be be used to initialize, list and
update submodules in a git repository. It reads the file .gitmodules
to find a mapping between submodule path and repository url for the
initial clone of all submodules.

The script is used during cgit builds to enable automatic download and
checkout of the git git repository.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
.gitmodules [new file with mode: 0644]
Makefile
submodules.sh [new file with mode: 0755]