summaryrefslogtreecommitdiff
path: root/stash.go
diff options
context:
space:
mode:
Diffstat (limited to 'stash.go')
-rw-r--r--stash.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/stash.go b/stash.go
index 2086e2e..865ea91 100644
--- a/stash.go
+++ b/stash.go
@@ -35,6 +35,7 @@ const (
// StashCollection represents the possible operations that can be
// performed on the collection of stashes for a repository.
type StashCollection struct {
+ doNotCompare
repo *Repository
}