diff options
Diffstat (limited to 'stash.go')
| -rw-r--r-- | stash.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
