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
Andreas Olsson 593297d7a2 Only use `git verify-tag` when verifying annotated tags (#26414)
* Only use `git verify-tag` when verifying annotated tags

The command `git verify-tag` only applies to annotated tags. When
verifying lightweight tags, which are more similar to non-moving
branches, one has to use `git verify-commit` instead.

Using ':' as a separator is appropriate since that is one of the
characters not allowed in a Git reference name.

See also https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html

* Improve testing of the Git module's gpg verification
7 years ago
..
ambiguous-ref.yml git: git reset with branch 8 years ago
change-repo-url.yml Cleanup git tests (#19737) 8 years ago
checkout-new-tag.yml Fix git remote url change detection. (#20587) 8 years ago
depth.yml Fix git clone tag with depth=1 8 years ago
formats.yml Cleanup git tests (#19737) 8 years ago
gpg-verification.yml Only use `git verify-tag` when verifying annotated tags (#26414) 7 years ago
localmods.yml Cleanup git tests (#19737) 8 years ago
main.yml Only use `git verify-tag` when verifying annotated tags (#26414) 7 years ago
missing_hostkey.yml Update git test to not rm ~/.ssh/known_hosts. 7 years ago
no-destination.yml Cleanup git tests (#19737) 8 years ago
reset-origin.yml Fixes bug https://github.com/ansible/ansible/issues/22455 - Git reset… (#22502) 8 years ago
setup-local-repos.yml Cleanup git tests (#19737) 8 years ago
setup.yml Only set git config during test if unset. 8 years ago
specific-revision.yml better backwards compat handling of status 7 years ago
submodules.yml Cleanup git tests (#19737) 8 years ago