summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index be8feb8..2d95df1 100644
--- a/structs.go
+++ b/structs.go
@@ -12,6 +12,9 @@ type RepoStatus struct {
changed bool
changes string
+ // updates each time CheckDirty() is run
+ dirty bool
+
tags map[string]string
window *gadgets.BasicWindow
@@ -32,7 +35,7 @@ type RepoStatus struct {
currentVersion *gadgets.OneLiner
lasttag *gadgets.OneLiner
- masterBranchVersion *gadgets.OneLiner
+ mainBranchVersion *gadgets.OneLiner
develBranchVersion *gadgets.OneLiner
userBranchVersion *gadgets.OneLiner