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

Commit e11c23d

Browse files
ajnavarromcuadros
authored andcommitted
fixtures: new fixture with multiple root commits (#212)
1 parent e69dab7 commit e11c23d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fixtures/fixtures.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ const DataFolder = "data"
2222
var folders = make(map[string]bool, 0)
2323

2424
var fixtures = Fixtures{{
25+
Tags: []string{"packfile", "ofs-delta", ".git", "root-reference"},
26+
URL: "https://github.com/git-fixtures/root-references.git",
27+
Head: plumbing.NewHash("6ecf0ef2c2dffb796033e5a02219af86ec6584e5"),
28+
PackfileHash: plumbing.NewHash("135fe3d1ad828afe68706f1d481aedbcfa7a86d2"),
29+
DotGitHash: plumbing.NewHash("78c5fb882e76286d8201016cffee63ea7060a0c2"),
30+
ObjectsCount: 68,
31+
},{
2532
Tags: []string{"packfile", "ofs-delta", ".git"},
2633
URL: "https://github.com/git-fixtures/basic.git",
2734
Head: plumbing.NewHash("6ecf0ef2c2dffb796033e5a02219af86ec6584e5"),

0 commit comments

Comments
 (0)