From 8786690d4665648d2d0527101fdb047c2c4743ec Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 4 Nov 2024 02:16:19 -0600 Subject: init flag for new repos Signed-off-by: Jeff Carr --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 7f02488..7d2679e 100644 --- a/structs.go +++ b/structs.go @@ -10,6 +10,7 @@ type RepoStatus struct { changed bool // keeps track of changes that might have happened changes string tags map[string]string + InitOk bool // it takes a second or so to init these window *gadgets.BasicWindow // the main window for this repo Tags *GitTagBox // a box of all the git tags -- cgit v1.2.3