diff options
| author | Jeff Carr <[email protected]> | 2024-02-11 18:56:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-11 18:56:55 -0600 |
| commit | 2b172338f61d0f0b003b5c8198b979b24d3b60ac (patch) | |
| tree | a48956a8db77d8512a65d80b8c3962eb24199ac7 /structs.go | |
| parent | b694fc2fe2560249acd70407be73806c938bdfe0 (diff) | |
don't track hidden in herev0.20.3
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
@@ -7,7 +7,6 @@ import ( type RepoStatus struct { ready bool - hidden bool changed bool // lasttagrev string |
