community.general/lib/ansible/modules/source_control
Zhikang Zhang d7921b4d5b
Support `--separate-git-dir` option in Git module (#41712)
Make git module support --separate-git-dir option. When git version is higher than 1.7.5, use built-in --separate-git-dir option during the clone. When lower, adjust the location of git dir manually after clone to achieve the same effect.
2018-08-17 10:43:04 -04:00
..
__init__.py
bzr.py
git.py Support `--separate-git-dir` option in Git module (#41712) 2018-08-17 10:43:04 -04:00
git_config.py git_config: add quotes in complex value (#38168) 2018-04-02 19:09:39 -04:00
github_deploy_key.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
github_hooks.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
github_issue.py Fix case (#40272) 2018-05-16 19:51:55 -04:00
github_key.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
github_release.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
gitlab_deploy_key.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
gitlab_group.py Fixed typo in gitlab_group (#41349) 2018-07-23 22:20:36 +05:30
gitlab_hooks.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
gitlab_project.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
gitlab_user.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
hg.py
subversion.py Remove execute bit from subversion module. 2018-05-24 18:59:36 -07:00