Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions fixtures/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ var fixtures = Fixtures{{
DotGitHash: core.NewHash("21504f6d2cc2ef0c9d6ebb8802c7b49abae40c1a"),
ObjectsCount: 28,
}, {
Tags: []string{".git", "merge-conflict"},
URL: "https://github.com/git-fixtures/basic.git",
DotGitHash: core.NewHash("4870d54b5b04e43da8cf99ceec179d9675494af8"),
}, {
Tags: []string{".git", "intent-to-add"},
URL: "https://github.com/git-fixtures/basic.git",
DotGitHash: core.NewHash("4e7600af05c3356e8b142263e127b76f010facfc"),
}, {
Tags: []string{".git", "index-v4"},
URL: "https://github.com/git-fixtures/basic.git",
DotGitHash: core.NewHash("935e5ac17c41c309c356639816ea0694a568c484"),
}, {

Tags: []string{"packfile", ".git", "unpacked", "multi-packfile"},
URL: "https://github.com/src-d/go-git.git",
Head: core.NewHash("e8788ad9165781196e917292d6055cba1d78664e"),
Expand Down
Loading