summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 09:58:36 -0500
committerJeff Carr <[email protected]>2025-09-04 09:58:36 -0500
commit7697ab186a6af77e4bf08d60ebae53228cbcab60 (patch)
treee7901339bde73159febeb916e90fce1dedae4267 /doPatch.go
parentd2010b859a097dafb27568af4fbff269540d8b12 (diff)
add doCheckout() back
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index efbc8ec..52a90f1 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -56,6 +56,9 @@ func doPatch() error {
return nil
}
+ // always run dirty first
+ me.forge.CheckDirty()
+
// if no option is given to patch, list out the
// repos that have patches ready in them
found := findReposWithPatches()