github.com/andrewrech/lazygit@v0.8.1/pkg/git/testdata/testPatchAfter2.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,9 @@ 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 +// test 2 - if I remove this, I decrement the end counter 12 // So we get the HEAD, then append get the reflog branches that intersect with 13 // our safe branches, then add the remaining safe branches, ensuring uniqueness 14 // along the way