diff options
Diffstat (limited to 'branchesBox.go')
| -rw-r--r-- | branchesBox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branchesBox.go b/branchesBox.go index 669b0d7..96ef42e 100644 --- a/branchesBox.go +++ b/branchesBox.go @@ -44,7 +44,7 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) { newgrid.NextRow() // runs "git branch --all" - rs.gitBranchAll() + // rs.gitBranchAll() rs.showBranchesButton = newgrid.NewButton("find jcarr and devel", func() { if rs.TagExists("jcarr") { |
