summaryrefslogtreecommitdiff
path: root/repo.new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-06 19:35:26 -0500
committerJeff Carr <[email protected]>2025-10-06 19:35:26 -0500
commit5e3adeadf40b29f63e0e8236e120aeae124ff82a (patch)
treee34add3fda698932a892c83f6afe5b2a105f71c4 /repo.new.go
parentb047426232e5c7737a5d669dcb7fe482be2a3cc5 (diff)
gen 'git patch-id' from raw bytes
Diffstat (limited to 'repo.new.go')
-rw-r--r--repo.new.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/repo.new.go b/repo.new.go
index cd338f0..7c0f551 100644
--- a/repo.new.go
+++ b/repo.new.go
@@ -1,13 +1,9 @@
package gitpb
import (
- "bytes"
"errors"
- "fmt"
"os"
- "os/exec"
"path/filepath"
- "strings"
"go.wit.com/log"
)