summaryrefslogtreecommitdiff
path: root/branchesBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-22 17:19:29 -0600
committerJeff Carr <[email protected]>2024-02-22 17:19:29 -0600
commit359ebce26ee2223fdd05e8a04f75f15415ec0457 (patch)
treeaa2e82ec577d9abed0acb9138a43c13d40b76caa /branchesBox.go
parentcd5f1d9d0f52196d6ea07684a4307369893911bd (diff)
mtime
Diffstat (limited to 'branchesBox.go')
-rw-r--r--branchesBox.go2
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") {