community.general/lib/ansible/modules/source_control
Robin Roth 2df69fb5d8 Speedup git module on clone and pull (#4562)
* remove redundant if submodules_updated

* speed up git by reducing remote commands

* run fetch only once
* run ls-remote less
  * don't run ls-remote if one would run fetch anyhow
* remove unnecessary remote_branch check in clone
  * kept if depth and version given

* fix fetch on old git versions
2016-12-08 11:25:04 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
git.py Speedup git module on clone and pull (#4562) 2016-12-08 11:25:04 -05:00
hg.py Fix hg for python3 (#4528) 2016-12-08 11:24:53 -05:00
subversion.py Revert "Reset all locale environment variables before running svn commands" (#4358) 2016-12-08 11:24:48 -05:00