diff options
| author | Jeff Carr <[email protected]> | 2024-02-24 05:37:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-24 05:37:53 -0600 |
| commit | cec5e7f3b4900bdb8486d2d77c2ba6493ef53316 (patch) | |
| tree | 539e39dfbd583314c966e77ebc0d8223fbe191c4 /structs.go | |
| parent | ccee5733641f6d3fac60a825203c0a59cd36e9a6 (diff) | |
cleanup checkdirty code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ type RepoStatus struct { ready bool changed bool // keeps track of changes that might have happened changes string - dirty bool // updates each time CheckDirty() is run tags map[string]string window *gadgets.BasicWindow // the main window for this repo |
