From 68b7338b62b73cb3329a90bbdafb3b868c0caa0e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 14 Jan 2024 13:29:24 -0600 Subject: properly set name for the 'user' branch Signed-off-by: Jeff Carr --- structs.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'structs.go') 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 -- cgit v1.2.3