summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 5234e7e..7f02488 100644
--- a/structs.go
+++ b/structs.go
@@ -15,6 +15,7 @@ type RepoStatus struct {
Tags *GitTagBox // a box of all the git tags
dirtyLabel *gadgets.OneLiner
+ dirtyList string // the output from git status --porcelain
readOnly *gadgets.OneLiner
gitState *gadgets.OneLiner
primitive *gadgets.OneLiner