summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 01:53:04 -0500
committerJeff Carr <[email protected]>2025-09-25 01:53:04 -0500
commitfb05b3eab0160be5cf15a7d84216a72280e9ae2d (patch)
tree21ad786f73ff1ad70199270f1cb8c8219d1ad6a3
parentb2c434bf29f6cefc439814a41b5ca4642291a169 (diff)
does this work?v0.25.20
-rw-r--r--doCommit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doCommit.go b/doCommit.go
index 0ecc356..314c898 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -13,7 +13,7 @@ import (
)
func doCommit() error {
- if argv.Commit.All {
+ if argv.Commit.All || argv.All {
found := me.forge.CheckDirty()
var newpatches bool
for repo := range found.IterAll() {