summaryrefslogtreecommitdiff
path: root/branchesBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-14 21:48:21 -0600
committerJeff Carr <[email protected]>2024-11-14 21:48:21 -0600
commit4ab00cce021217a63db9157892006646e2496152 (patch)
treec8c8efd4968b2bde2d3a90e86f771647c97b022f /branchesBox.go
parenta7c5499221034970d1d0089f4391c488391324dd (diff)
minor rm
Diffstat (limited to 'branchesBox.go')
-rw-r--r--branchesBox.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/branchesBox.go b/branchesBox.go
index 96ef42e..a8be26b 100644
--- a/branchesBox.go
+++ b/branchesBox.go
@@ -40,12 +40,8 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) {
})
rs.targetBranch = newgrid.NewDropdown() // `progname:"TARGET"`
- // rs.targetBranch.AddText("master")
newgrid.NextRow()
- // runs "git branch --all"
- // rs.gitBranchAll()
-
rs.showBranchesButton = newgrid.NewButton("find jcarr and devel", func() {
if rs.TagExists("jcarr") {
log.Log(WARN, "tag jcarr exists")