aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
AgeCommit message (Collapse)AuthorFilesLines
2007-09-03Delete submodules.sh and prepare for using git-submoduleLars Hjemli1-5/+3
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-05-11Add submodules.sh and use it during buildsLars Hjemli1-0/+5
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>