diff options
Diffstat (limited to 'addRepo.go')
| -rw-r--r-- | addRepo.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() |
