Skip to content

Commit 1da8846

Browse files
committed
Added fixture for linked-worktree
1 parent 1217ba2 commit 1da8846

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
11.8 KB
Binary file not shown.

fixtures.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ var fixtures = Fixtures{{
163163
PackfileHash: plumbing.NewHash("769137af7784db501bca677fbd56fef8b52515b7"),
164164
DotGitHash: plumbing.NewHash("cf717ccadce761d60bb4a8557a7b9a2efd23816a"),
165165
ObjectsCount: 31,
166+
}, {
167+
Tags: []string{"worktree", "linked-worktree"},
168+
WorktreeHash: plumbing.NewHash("6e2f6a44e71cdf5f0895d37ea433937e58c051c0"),
166169
}}
167170

168171
func All() Fixtures {

0 commit comments

Comments
 (0)