diff options
| author | Jeff Carr <[email protected]> | 2025-02-21 09:17:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-21 09:17:41 -0600 |
| commit | 9ce889b4049e7caee899fd53244510d1c2c26501 (patch) | |
| tree | 4697eb3379dbc30a48045bad90dd6e1514154fee | |
| parent | b672943d0eefa1b676b90c960e343afce956eee2 (diff) | |
testing dirty check
| -rw-r--r-- | doGui.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,8 +45,7 @@ func debug() { tmp = fmt.Sprintf("writable (%d)", me.found.Len()) me.repoWritableB.SetLabel(tmp) - me.found = new(gitpb.Repos) - findDirty() + doDirty() tmp = fmt.Sprintf("dirty (%d)", me.found.Len()) me.repoDirtyB.SetLabel(tmp) |
