From 4912552b913f1f575f9cc358b46bcdbe884e7279 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Wed, 21 Sep 2016 22:53:25 +0200 Subject: tags tests, Tag.String and Commit.String --- fixtures/fixtures.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fixtures/fixtures.go') diff --git a/fixtures/fixtures.go b/fixtures/fixtures.go index db0db96..f027ffa 100644 --- a/fixtures/fixtures.go +++ b/fixtures/fixtures.go @@ -47,6 +47,11 @@ var fixtures = Fixtures{{ PackfileHash: core.NewHash("3559b3b47e695b33b0913237a4df3357e739831c"), DotGitHash: core.NewHash("174be6bd4292c18160542ae6dc6704b877b8a01a"), ObjectsCount: 2133, +}, { + Tags: []string{"packfile", "tags"}, + URL: "https://github.com/git-fixtures/tags.git", + Head: core.NewHash("f7b877701fbf855b44c0a9e86f3fdce2c298b07f"), + PackfileHash: core.NewHash("b68617dd8637fe6409d9842825a843a1d9a6e484"), }, { Tags: []string{"packfile"}, URL: "https://github.com/spinnaker/spinnaker.git", -- cgit