diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 13:29:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 13:29:24 -0600 |
| commit | 68b7338b62b73cb3329a90bbdafb3b868c0caa0e (patch) | |
| tree | 7daf7154d748eef37806db9d5e0135ab93a75035 /structs.go | |
| parent | 269490693ec8a153ab7d6718d9ecd7e09b6c322d (diff) | |
properly set name for the 'user' branch
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
