summaryrefslogtreecommitdiffstats
path: root/pkg/commands/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/file.go')
-rw-r--r--pkg/commands/file.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/commands/file.go b/pkg/commands/file.go
index 3c4e13f06..6d15356a2 100644
--- a/pkg/commands/file.go
+++ b/pkg/commands/file.go
@@ -12,6 +12,7 @@ type File struct {
Deleted bool
HasMergeConflicts bool
HasInlineMergeConflicts bool
+ NeedReset bool
DisplayString string
Type string // one of 'file', 'directory', and 'other'
ShortStatus string // e.g. 'AD', ' A', 'M ', '??'