Skip to content

Commit a75f4e7

Browse files
authored
Merge pull request #11 from epiclabs-io/thin-pack-reindex-fixtures
Added fixtures for thin packs and reindexing
2 parents 0948057 + d444d13 commit a75f4e7

4 files changed

+7
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

fixtures.go

+7
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ var fixtures = Fixtures{{
143143
}, {
144144
Tags: []string{"worktree", "dirty"},
145145
WorktreeHash: plumbing.NewHash("7203669c66103305e56b9dcdf940a7fbeb515f28"),
146+
}, {
147+
Tags: []string{"packfile", "standalone"}, // standalone packfile that does not have any dependencies nor is part of any other fixture repo
148+
PackfileHash: plumbing.NewHash("3638209d310e10ea8d90c362d568be65dd5e03a6"),
149+
}, {
150+
Tags: []string{"thinpack"}, // adds commit on top of spinnaker fixture 06ce06d0fc49646c4de733c45b7788aabad98a6f via a thin pack
151+
PackfileHash: plumbing.NewHash("ee4fef0ef8be5053ebae4ce75acf062ddf3031fb"),
152+
Head: plumbing.NewHash("ee372bb08322c1e6e7c6c4f953cc6bf72784e7fb"), // the thin pack adds this commit
146153
}}
147154

148155
func All() Fixtures {

0 commit comments

Comments
 (0)