summaryrefslogtreecommitdiffstats
path: root/pkg/git/testdata/testPatchAfter1.diff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/git/testdata/testPatchAfter1.diff')
-rw-r--r--pkg/git/testdata/testPatchAfter1.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkg/git/testdata/testPatchAfter1.diff b/pkg/git/testdata/testPatchAfter1.diff
deleted file mode 100644
index 88066e1c2..000000000
--- a/pkg/git/testdata/testPatchAfter1.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pkg/git/branch_list_builder.go b/pkg/git/branch_list_builder.go
-index 60ec4e0..db4485d 100644
---- a/pkg/git/branch_list_builder.go
-+++ b/pkg/git/branch_list_builder.go
-@@ -14,8 +14,7 @@ import (
-
- // context:
- // we want to only show 'safe' branches (ones that haven't e.g. been deleted)
--// which `git branch -a` gives us, but we also want the recency data that
- // git reflog gives us.
- // So we get the HEAD, then append get the reflog branches that intersect with
- // our safe branches, then add the remaining safe branches, ensuring uniqueness
- // along the way