From f061bf9730f5243633eb70ce4553577c4ae9e2ef Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 29 Apr 2025 17:49:05 -0500 Subject: add commit --submit=false option --- doCommit.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doCommit.go') diff --git a/doCommit.go b/doCommit.go index 4841a1c..b86ba31 100644 --- a/doCommit.go +++ b/doCommit.go @@ -24,6 +24,9 @@ func doCommit() { } newpatches = true } + if !argv.Commit.Submit { + okExit("") + } if newpatches { // if there are enw patches, autocommit them _, err := me.forge.SubmitDevelPatchSet("forge auto commit") -- cgit v1.2.3