summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-07 12:05:36 -0500
committerJeff Carr <[email protected]>2025-09-07 12:05:36 -0500
commitdb758bbed22ad2542e80f927a2d27f5be19ddd5b (patch)
tree95ef2269d785247d26a21e1bbff29755ebc87b7c /main.go
parent3df2601f274645fd9db9b791aa76b62b5f3b6f3a (diff)
work on "forge pull"
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index 8a8f2c4..5227630 100644
--- a/main.go
+++ b/main.go
@@ -186,11 +186,6 @@ func main() {
okExit("")
}
- if argv.GitFetch != nil {
- doGitFetch()
- okExit("")
- }
-
if argv.Merge != nil {
if argv.Merge.Devel != nil {
start := time.Now()