summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 3 insertions, 5 deletions
diff --git a/structs.go b/structs.go
index 6aff295..965944d 100644
--- a/structs.go
+++ b/structs.go
@@ -53,11 +53,9 @@ type mainType struct {
// if checked, it will check all your repos for changes
autoScanReposCB *gui.Node
- // what is being used as primary directory for your work
- goSrcPwd *gadgets.OneLiner
-
- // ENV GIT_AUTHOR NAME and EMAIL
- gitAuthor *gadgets.OneLiner
+ goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work
+ gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL
+ forgeMode *gadgets.OneLiner // is the user in 'master', 'devel' or 'user' branches
// displays a summary of all the repos
// has total dirty, total read-only