Files
community.general/test/integration
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
..
2015-05-04 23:45:03 -04:00
2017-05-30 18:05:19 +01:00
2017-05-30 18:05:19 +01:00
2017-05-30 18:05:19 +01:00
2015-11-18 20:47:54 +10:00
2017-06-01 11:17:49 -04:00
2015-06-18 13:08:35 -05:00
2017-05-30 18:05:19 +01:00