diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 21:41:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 21:41:16 -0500 |
| commit | b45159100604ac62def0fd217f5f3ad5dd282c0d (patch) | |
| tree | 9b3a9d04d470d97ddba04587ae2c14f1c97901ce /structs.go | |
| parent | bf2a42ec648df212836d0ab050ec3a38093e1f7a (diff) | |
DirtyList()
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
@@ -15,6 +15,7 @@ type RepoStatus struct { Tags *GitTagBox // a box of all the git tags dirtyLabel *gadgets.OneLiner + dirtyList string // the output from git status --porcelain readOnly *gadgets.OneLiner gitState *gadgets.OneLiner primitive *gadgets.OneLiner |
