community.general/lib/ansible/modules/source_control
Robin Roth 3afc993f3a Fix git clone tag with depth=1
* Fixes #21316, add testcase based on this
* Add option `--branch NAME` to git clone command in case of branch or
tag in combination with depth=1
  * This option should work back to at least git 1.8 and thus on all
  supported distributions
* Provide better warning if depth is dropped
2017-03-02 14:11:50 -08:00
..
__init__.py
bzr.py Remove unneeded quotes - source_control/bzr.py (#18825) 2016-12-09 08:48:15 -05:00
git.py Fix git clone tag with depth=1 2017-03-02 14:11:50 -08:00
git_config.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
github_hooks.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
github_key.py fix unquoted dict key (#22105) 2017-03-01 11:42:56 +00:00
github_release.py
gitlab_group.py Add validate_certs options to gitlab_user and gitlab_group modules (#21415) 2017-02-20 10:43:36 +01:00
gitlab_project.py Native YAML - source_control/gitlab_project (#19062) 2016-12-09 05:44:43 -05:00
gitlab_user.py Add validate_certs options to gitlab_user and gitlab_group modules (#21415) 2017-02-20 10:43:36 +01:00
hg.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
subversion.py