diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ type RepoStatus struct { window *gadgets.BasicWindow - // a window to manage your .git tags - TagsW *repoTags + // a box of all the git tags + Tags *gitTagBox dirtyLabel *gadgets.OneLiner readOnly *gadgets.OneLiner |
