You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Stephen Fromm ddee9187f0 Add submodule support to git module
This does two things:
* add --recursive option to git clone command in clone().  This will
  initialize all submodules when cloning a remote repository.
* Add submodule_update() and call that from fetch().  submodule_update()
  calls two git commands iff the file .gitmodules exists in the
  repository:
  * 'git submodule sync' - synchronizes the submodules' remote URL
    configuration setting to the value in .gitmodules.
  * 'git submodule update --init --recursive' - initialize and update
    registered submodules to the commit specified in the index of the
    containing repository.

If a repository was cloned without --recursive, submodule_update() will
ensure that the submodules are initialized and updated.
13 years ago
cloud Fixup versions of newly added modules. 13 years ago
commands Docs: consistently format playbook EXAMPLES 13 years ago
database Docs: consistently format playbook EXAMPLES 13 years ago
files Merge pull request #3226 from jpmens/ini_file2 13 years ago
internal * Updated all ansible.cc references in the documentation to point 13 years ago
inventory make name the parameter, with hostname as alias 13 years ago
messaging Docs: consistently format playbook EXAMPLES 13 years ago
monitoring Merge pull request #3264 from arturaz/devel 13 years ago
net_infrastructure DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 13 years ago
network * Updated all ansible.cc references in the documentation to point 13 years ago
notification Fixed a few small typos 13 years ago
packaging Merge branch 'PR_add_chdir_to_pip' of git://github.com/y-p/ansible into devel 13 years ago
source_control Add submodule support to git module 13 years ago
system Fix up some module docs formatting errors. 13 years ago
utilities Docs: consistently format playbook EXAMPLES 13 years ago
web_infrastructure django_manage: Pass --noinput to migrate 13 years ago