Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 03c4b83

Browse files
ajnavarrosmola
authored andcommitted
fixtures: Add DotGitHash to tags repository (#113)
1 parent b7c1ec5 commit 03c4b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fixtures/fixtures.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ var fixtures = Fixtures{{
6666
DotGitHash: core.NewHash("174be6bd4292c18160542ae6dc6704b877b8a01a"),
6767
ObjectsCount: 2133,
6868
}, {
69-
Tags: []string{"packfile", "tags"},
69+
Tags: []string{"packfile", ".git", "tags"},
7070
URL: "https://github.com/git-fixtures/tags.git",
7171
Head: core.NewHash("f7b877701fbf855b44c0a9e86f3fdce2c298b07f"),
72+
DotGitHash: core.NewHash("c0c7c57ab1753ddbd26cc45322299ddd12842794"),
7273
PackfileHash: core.NewHash("b68617dd8637fe6409d9842825a843a1d9a6e484"),
7374
}, {
7475
Tags: []string{"packfile"},

0 commit comments

Comments
 (0)