community.general/lib/ansible/modules/source_control
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
2017-07-19 11:30:12 -04:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
bzr.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
git.py Only use `git verify-tag` when verifying annotated tags (#26414) 2017-07-19 11:30:12 -04:00
git_config.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
github_deploy_key.py New Module: Add github_deploy_key module (source_control/github_deploy_key) (#24364) 2017-06-19 11:13:27 +01:00
github_hooks.py Refactor github_hook module (#24391) 2017-06-07 07:52:03 +02:00
github_issue.py New module : github_issue (#23654) 2017-05-04 12:16:32 +01:00
github_key.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
github_release.py Allow creation of github release tags (#25338) 2017-07-14 14:57:56 -04:00
gitlab_group.py Check login_token for user before any operations (#23600) 2017-05-09 13:52:13 +01:00
gitlab_project.py Check login_token for user before any operations (#23600) 2017-05-09 13:52:13 +01:00
gitlab_user.py Add the email confirmation option to gitlab_users (#25134) 2017-06-05 21:47:52 +02:00
hg.py Correct usage of fail_json in hg module (#25847) 2017-06-18 22:28:33 +02:00
subversion.py Fixes #23285 (#24291) 2017-05-04 10:08:39 -07:00