From e240e4149f92ada886884f542522d9b739df450d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 08:11:08 -0600 Subject: remove perfect branches works Signed-off-by: Jeff Carr --- structs.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 9d02c2b..39990c8 100644 --- a/structs.go +++ b/structs.go @@ -13,6 +13,9 @@ var reposwin *gadgets.BasicWindow var reposbox *gui.Node var reposgrid *gui.Node var reposgroup *gui.Node +var cmds *gui.Node +var script [][]string +var doit *gui.Node var allrepos []*repo @@ -20,11 +23,11 @@ type repo struct { path string lasttagrev string lasttag string - tags []string + // tags []string pLabel *gui.Node // path label - bLabel *gui.Node // branch label - lastLabel *gui.Node // last tagged version label + // bLabel *gui.Node // branch label + lastTag *gui.Node // last tagged version label vLabel *gui.Node // version label // tagsDrop *gui.Node // list of all tags dirtyLabel *gui.Node // git state (dirty or not?) -- cgit v1.2.3