summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2024-05-19 17:24:19 +1000
committerJesse Duffield <jessedduffield@gmail.com>2024-05-19 17:24:19 +1000
commit3dc960b4756660b7037c71adaa39e9f61c5c0c30 (patch)
tree37642ad496ed87e02117b4a81318c147cd25467d
parentde7ee9af218f236d9807bf0efbc03f19b68f5c25 (diff)
fixup! Factor out CommitLoader.mainBranches into its own class, and store it in Modelrebase-onto-base-branch-jesse
-rw-r--r--pkg/commands/git_commands/existing_main_branches.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/commands/git_commands/existing_main_branches.go b/pkg/commands/git_commands/existing_main_branches.go
index c063a6df0..8b853ed43 100644
--- a/pkg/commands/git_commands/existing_main_branches.go
+++ b/pkg/commands/git_commands/existing_main_branches.go
@@ -56,8 +56,6 @@ func (self *ExistingMainBranches) determineMainBranches() []string {
for i, branchName := range self.configuredMainBranches {
wg.Add(1)
- i := i
- branchName := branchName
go utils.Safe(func() {
defer wg.Done()