summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 13:29:24 -0600
committerJeff Carr <[email protected]>2024-01-14 13:29:24 -0600
commit68b7338b62b73cb3329a90bbdafb3b868c0caa0e (patch)
tree7daf7154d748eef37806db9d5e0135ab93a75035 /structs.go
parent269490693ec8a153ab7d6718d9ecd7e09b6c322d (diff)
properly set name for the 'user' branch
Signed-off-by: Jeff Carr <[email protected]>
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 773da16..9d02c2b 100644
--- a/structs.go
+++ b/structs.go
@@ -29,9 +29,12 @@ type repo struct {
// tagsDrop *gui.Node // list of all tags
dirtyLabel *gui.Node // git state (dirty or not?)
+ masterName *gui.Node // the master branch name
masterVersion *gui.Node // the master branch version
+ develName *gui.Node // the devel branch name
develVersion *gui.Node // the devel branch version
- jcarrVersion *gui.Node // the jcarr branch version
+ userName *gui.Node // the jcarr branch name
+ userVersion *gui.Node // the jcarr branch version
cButton *gui.Node // commit button
pButton *gui.Node // push button