From bc9509e43b3a0cbf24e3e354ffb840f4fdffe6b3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 13 Sep 2025 00:52:44 -0500 Subject: work on a better/faster Reload() --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 08aa464..470a843 100644 --- a/structs.go +++ b/structs.go @@ -14,6 +14,7 @@ type Forge struct { Repos *gitpb.Repos // the repo protobufs Patchsets *Patchsets // patches that are in progress configSave bool // if you need to save the config because things changed + reposSave bool // if you need to save the repos file hostname string // your hostname rillX int // used for Rill() rillY int // used for Rill() -- cgit v1.2.3