No description
Find a 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.
2013-06-20 14:48:39 -07:00
cloud Fixup versions of newly added modules. 2013-06-19 22:39:08 -04:00
commands Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
database Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
files Merge pull request #3226 from jpmens/ini_file2 2013-06-19 18:59:19 -07:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory make name the parameter, with hostname as alias 2013-06-18 21:11:52 -07:00
messaging Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
monitoring Merge pull request #3264 from arturaz/devel 2013-06-19 08:27:13 -07:00
net_infrastructure DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
network * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
notification Fixed a few small typos 2013-06-18 12:26:40 -06:00
packaging Merge branch 'PR_add_chdir_to_pip' of git://github.com/y-p/ansible into devel 2013-06-19 22:30:44 -04:00
source_control Add submodule support to git module 2013-06-20 14:48:39 -07:00
system Fix up some module docs formatting errors. 2013-06-19 22:37:09 -04:00
utilities Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
web_infrastructure django_manage: Pass --noinput to migrate 2013-06-18 23:05:40 -04:00