We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/
1 parent c7c0d03 commit f9bab83Copy full SHA for f9bab83
git/ref_filter_test.go
@@ -23,6 +23,8 @@ func TestPrefixFilter(t *testing.T) {
23
{"refs/heads", "refs/he", false},
24
{"refs/heads", "refs/headstrong", false},
25
{"refs/heads", "refs/tags/refs/heads", false},
26
+ {"refs/heads/", "refs/heads", false},
27
+ {"refs/heads/", "refs/heads/foo/bar", true},
28
{"refs/stash", "refs/stash", true},
29
{"refs/stash", "refs/stashy", false},
30
{"refs/remotes", "refs/remotes/origin/master", true},
0 commit comments