diff options
| author | Jeff Carr <[email protected]> | 2024-11-04 02:16:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-04 02:16:19 -0600 |
| commit | 8786690d4665648d2d0527101fdb047c2c4743ec (patch) | |
| tree | 6d7e9b71029494af8a9478008cfaffcaad132ce1 /structs.go | |
| parent | b45159100604ac62def0fd217f5f3ad5dd282c0d (diff) | |
init flag for new repos
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
