Skip to content

Commit 1217ba2

Browse files
authored
Merge pull request #16 from filipnavara/commitgraph
Add test fixture for commit-graph format
2 parents 04fb2a7 + 511e77b commit 1217ba2

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed
10.2 KB
Binary file not shown.
1.87 KB
Binary file not shown.
2.98 KB
Binary file not shown.

fixtures.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ var fixtures = Fixtures{{
157157
}, {
158158
Tags: []string{"merge-base"},
159159
DotGitHash: plumbing.NewHash("26baa505b9f6fb2024b9999c140b75514718c988"),
160+
}, {
161+
Tags: []string{"commit-graph"},
162+
Head: plumbing.NewHash("b9d69064b190e7aedccf84731ca1d917871f8a1c"),
163+
PackfileHash: plumbing.NewHash("769137af7784db501bca677fbd56fef8b52515b7"),
164+
DotGitHash: plumbing.NewHash("cf717ccadce761d60bb4a8557a7b9a2efd23816a"),
165+
ObjectsCount: 31,
160166
}}
161167

162168
func All() Fixtures {

0 commit comments

Comments
 (0)