Skip to content

Commit

Permalink
Merge pull request #16 from filipnavara/commitgraph
Browse files Browse the repository at this point in the history
Add test fixture for commit-graph format
  • Loading branch information
mcuadros authored Apr 22, 2019
2 parents 04fb2a7 + 511e77b commit 1217ba2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ var fixtures = Fixtures{{
}, {
Tags: []string{"merge-base"},
DotGitHash: plumbing.NewHash("26baa505b9f6fb2024b9999c140b75514718c988"),
}, {
Tags: []string{"commit-graph"},
Head: plumbing.NewHash("b9d69064b190e7aedccf84731ca1d917871f8a1c"),
PackfileHash: plumbing.NewHash("769137af7784db501bca677fbd56fef8b52515b7"),
DotGitHash: plumbing.NewHash("cf717ccadce761d60bb4a8557a7b9a2efd23816a"),
ObjectsCount: 31,
}}

func All() Fixtures {
Expand Down

0 comments on commit 1217ba2

Please sign in to comment.