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/test/integration/targets/git/tasks
Laurent Coustet e396715d7b
git - add single_branch option (#28465)
In some usecases, we want to be able to clone a single branch
of a repository, without using --depth (which implies --single-branch).

* Use branch name when available
  -  update description of parameter
  - consolidate branch or tag checking for easy reuse

* Add changelog
* Use static task imports rather than dynamic includes
* Add integration tests for single_branch
* Account for older versions of git
* Minor tweak to warnings

Co-authored-by: Laurent Coustet <laurent.coustet@clarisys.fr>
Co-authored-by: Sam Doran <sdoran@redhat.com>
4 years ago
..
ambiguous-ref.yml Correct usage for shutil.rmtree (#31541) 7 years ago
archive.yml [git] make force=True apply to git fetches (#68691) 5 years ago
change-repo-url.yml Deprecate tests used as filters (#32361) 7 years ago
checkout-new-tag.yml Deprecate tests used as filters (#32361) 7 years ago
depth.yml More test fixes for split controller/remote tests. 6 years ago
forcefully-fetch-tag.yml [git] make force=True apply to git fetches (#68691) 5 years ago
formats.yml Correct usage for shutil.rmtree (#31541) 7 years ago
gpg-verification.yml git: kill gpg-agent in tests on newer OpenSUSE hosts (#52476) 6 years ago
localmods.yml More test fixes for split controller/remote tests. 6 years ago
main.yml git - add single_branch option (#28465) 4 years ago
missing_hostkey.yml Deprecate tests used as filters (#32361) 7 years ago
no-destination.yml Deprecate tests used as filters (#32361) 7 years ago
reset-origin.yml Correct usage for shutil.rmtree (#31541) 7 years ago
separate-git-dir.yml Support `--separate-git-dir` option in Git module (#41712) 6 years ago
setup-local-repos.yml [git] make force=True apply to git fetches (#68691) 5 years ago
setup.yml Split up platform cleanup in tests. (#67320) 5 years ago
single-branch.yml git - add single_branch option (#28465) 4 years ago
specific-revision.yml add newer syntax to detached HEAD check (#38879) 7 years ago
submodules.yml Change integration tests in order to pass on Fedora 30 (#58081) 5 years ago