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.
ansible/source_control
Robin Roth e4f40d1cdd 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
8 years ago
..
__init__.py package files 10 years ago
git.py Speedup git module on clone and pull (#4562) 8 years ago
hg.py Fix hg for python3 (#4528) 8 years ago
subversion.py Revert "Reset all locale environment variables before running svn commands" (#4358) 8 years ago