summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go3
1 files changed, 3 insertions, 0 deletions
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")