source-controller/pkg/git/libgit2
Hidde Beydals e736493730 libgit2: correctly resolve (annotated) tags
In d0560e5 the SemVer implementations were aligned, and the logic was
simplified a bit (or so I thought). This did however result in the
introduction of a regression, as it failed to take "simple tags" into
account.

This commit ensures both are taken into account again, and ensures it
is now covered by a proper test.

Signed-off-by: Hidde Beydals <hello@hidde.co>
2021-10-21 17:10:43 +02:00
..
checkout.go libgit2: correctly resolve (annotated) tags 2021-10-21 17:10:43 +02:00
checkout_test.go libgit2: correctly resolve (annotated) tags 2021-10-21 17:10:43 +02:00
commit.go Rename Git packages to implementations 2021-02-08 13:55:23 +01:00
transport.go Update github.com/libgit2/git2go to v31.6.1 2021-09-30 16:36:20 +02:00
transport_test.go Add tests for libgit2 2021-04-12 16:31:42 +01:00