summaryrefslogtreecommitdiff
path: root/doSubmitPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-20 01:47:27 -0600
committerJeff Carr <[email protected]>2025-01-20 01:47:27 -0600
commit25b2e50f6b1a15f887416479cd0df583cc6d4e19 (patch)
tree53df31b1523a11aa93c5c61cd04c64555578627a /doSubmitPatch.go
parentca51b9ba74535ddfd01b15a395b910ac12767241 (diff)
git commit --all works
Diffstat (limited to 'doSubmitPatch.go')
-rw-r--r--doSubmitPatch.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/doSubmitPatch.go b/doSubmitPatch.go
deleted file mode 100644
index 8f7b6dd..0000000
--- a/doSubmitPatch.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package main
-
-import (
- "go.wit.com/log"
-)
-
-func doSubmit(name string) {
- if err := sendDevelDiff(name); err != nil {
- log.Info("sending patches failed", err)
- } else {
- log.Info("sent patch set ok")
- }
-}