aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Navarro Perez <antnavper@gmail.com>2016-11-04 12:57:03 +0100
committerSantiago M. Mola <santi@mola.io>2016-11-04 15:30:43 +0100
commit03c4b83d745ecc86a2e3b795a72dfdef1218bab8 (patch)
treeadbbb7d74dd79927fc197152d29d5c4171b6744c
parentb7c1ec5257fe2660db4bdf1e37ad09f1a74cf347 (diff)
downloadgo-git-03c4b83d745ecc86a2e3b795a72dfdef1218bab8.tar.gz
fixtures: Add DotGitHash to tags repository (#113)
-rw-r--r--fixtures/fixtures.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/fixtures/fixtures.go b/fixtures/fixtures.go
index 351c28a..85f3500 100644
--- a/fixtures/fixtures.go
+++ b/fixtures/fixtures.go
@@ -66,9 +66,10 @@ var fixtures = Fixtures{{
DotGitHash: core.NewHash("174be6bd4292c18160542ae6dc6704b877b8a01a"),
ObjectsCount: 2133,
}, {
- Tags: []string{"packfile", "tags"},
+ Tags: []string{"packfile", ".git", "tags"},
URL: "https://github.com/git-fixtures/tags.git",
Head: core.NewHash("f7b877701fbf855b44c0a9e86f3fdce2c298b07f"),
+ DotGitHash: core.NewHash("c0c7c57ab1753ddbd26cc45322299ddd12842794"),
PackfileHash: core.NewHash("b68617dd8637fe6409d9842825a843a1d9a6e484"),
}, {
Tags: []string{"packfile"},