github.com/andrewrech/lazygit@v0.8.1/pkg/git/testdata/testPatchAfter1.diff (about) 1 diff --git a/pkg/git/branch_list_builder.go b/pkg/git/branch_list_builder.go 2 index 60ec4e0..db4485d 100644 3 --- a/pkg/git/branch_list_builder.go 4 +++ b/pkg/git/branch_list_builder.go 5 @@ -14,8 +14,7 @@ import ( 6 7 // context: 8 // we want to only show 'safe' branches (ones that haven't e.g. been deleted) 9 -// which `git branch -a` gives us, but we also want the recency data that 10 // git reflog gives us. 11 // So we get the HEAD, then append get the reflog branches that intersect with 12 // our safe branches, then add the remaining safe branches, ensuring uniqueness 13 // along the way