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