diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-21 22:53:25 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-21 22:53:25 +0200 |
commit | 4912552b913f1f575f9cc358b46bcdbe884e7279 (patch) | |
tree | bb9af82a517d32c2d7ce66240989f3c65b2f44b6 /fixtures | |
parent | 18d7e8eb4610a224c28ec848692d199669be3e8e (diff) | |
download | go-git-4912552b913f1f575f9cc358b46bcdbe884e7279.tar.gz |
tags tests, Tag.String and Commit.String
Diffstat (limited to 'fixtures')
-rw-r--r-- | fixtures/fixtures.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fixtures/fixtures.go b/fixtures/fixtures.go index db0db96..f027ffa 100644 --- a/fixtures/fixtures.go +++ b/fixtures/fixtures.go @@ -48,6 +48,11 @@ var fixtures = Fixtures{{ 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", Head: core.NewHash("06ce06d0fc49646c4de733c45b7788aabad98a6f"), |