Skip to content

Commit c074af3

Browse files
authored
Merge pull request #9 from darkowlzz/dirty-worktree
fixture: git clean fixture
2 parents ed7fd5f + 1df255d commit c074af3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Binary file not shown.

fixtures.go

+3
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ var fixtures = Fixtures{{
137137
URL: "https://github.com/git-fixtures/empty.git",
138138
DotGitHash: plumbing.NewHash("bf3fedcc8e20fd0dec9172987ceea0038d17b516"),
139139
ObjectsCount: 0,
140+
}, {
141+
Tags: []string{"worktree", "dirty"},
142+
WorktreeHash: plumbing.NewHash("7203669c66103305e56b9dcdf940a7fbeb515f28"),
140143
}}
141144

142145
func All() Fixtures {

0 commit comments

Comments
 (0)