summaryrefslogtreecommitdiff
path: root/doDirty.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 03:48:40 -0500
committerJeff Carr <[email protected]>2025-10-10 03:48:40 -0500
commit0996047c5e8757c5fd034b1aa07156dd6471c292 (patch)
treec67c9a46a02d921b1baeb955b42194580346d382 /doDirty.go
parent8b3996d0b9c443269cfc7d146443431740e26381 (diff)
finally able to go down a perfect road
Diffstat (limited to 'doDirty.go')
-rw-r--r--doDirty.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/doDirty.go b/doDirty.go
index 702302a..203d20c 100644
--- a/doDirty.go
+++ b/doDirty.go
@@ -23,3 +23,8 @@ func getDirty() (*gitpb.Repos, string, error) {
found := me.forge.CheckDirty()
return found, "", nil
}
+
+func getPorcelain() (string, error) {
+ s, err := me.forge.Repos.CheckPorcelain()
+ return s, err
+}