Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitaly/service/ref/remote_branches.go')
-rw-r--r--internal/gitaly/service/ref/remote_branches.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/ref/remote_branches.go b/internal/gitaly/service/ref/remote_branches.go
index 6a1c1b672..57ed60999 100644
--- a/internal/gitaly/service/ref/remote_branches.go
+++ b/internal/gitaly/service/ref/remote_branches.go
@@ -36,7 +36,7 @@ func (s *server) findAllRemoteBranches(req *gitalypb.FindAllRemoteBranchesReques
return err
}
- opts := paginationParamsToOpts(ctx, nil)
+ opts := buildFindRefsOpts(ctx, nil)
opts.cmdArgs = args
writer := newFindAllRemoteBranchesWriter(stream, objectReader)