summaryrefslogtreecommitdiff
path: root/addRepo.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-16 20:37:23 -0600
committerJeff Carr <[email protected]>2024-02-16 20:37:23 -0600
commit63a79121e3667ed84432b7bc9e3239cb62c059c8 (patch)
tree10809e99bdd17512d9f8e050c69c894269be9796 /addRepo.go
parentc253a30fb61cdc956e1cefb8296e34bf74ddf90c (diff)
trying to create branches
Diffstat (limited to 'addRepo.go')
-rw-r--r--addRepo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/addRepo.go b/addRepo.go
index a44dffa..03d8135 100644
--- a/addRepo.go
+++ b/addRepo.go
@@ -103,7 +103,6 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri
// commit was not done, restore diff
newRepo.status.RunCmd([]string{"git", "restore", "--staged", "."})
} else {
- newRepo.status.UpdateNew()
newRepo.newScan()
}
me.reposwin.Enable()