diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,7 @@ var me repoType type repoType struct { script [][]string toMoveToBranch string // what the current working branch name is + autoHidePerfect *gui.Node mainBranch *gadgets.BasicCombobox develBranch *gadgets.BasicCombobox @@ -32,6 +33,7 @@ var dryrun *gui.Node var allrepos []*repo type repo struct { + hidden bool path string lasttagrev string lasttag string @@ -53,6 +55,7 @@ type repo struct { cButton *gui.Node // commit button pButton *gui.Node // push button + showButton *gui.Node // the button! status *repostatus.RepoStatus } |
