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 'proto/go/gitalypb/commit_grpc.pb.go')
-rw-r--r--proto/go/gitalypb/commit_grpc.pb.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/proto/go/gitalypb/commit_grpc.pb.go b/proto/go/gitalypb/commit_grpc.pb.go
index e9027a158..5926470a1 100644
--- a/proto/go/gitalypb/commit_grpc.pb.go
+++ b/proto/go/gitalypb/commit_grpc.pb.go
@@ -19,9 +19,9 @@ const _ = grpc.SupportPackageIsVersion7
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
type CommitServiceClient interface {
// ListCommits lists all commits reachable via a set of references by doing a
- // graph walk. This deprecates ListNewCommits, FindAllCommits, FindCommits
- // (except Follow is not yet supported) and CommitsBetweenRequest. Any
- // unknown revisions will cause the RPC to fail.
+ // graph walk. This deprecates FindAllCommits, FindCommits (except Follow is
+ // not yet supported) and CommitsBetweenRequest. Any unknown revisions will
+ // cause the RPC to fail.
ListCommits(ctx context.Context, in *ListCommitsRequest, opts ...grpc.CallOption) (CommitService_ListCommitsClient, error)
// ListAllCommits lists all commits present in the repository, including
// those not reachable by any reference.
@@ -637,9 +637,9 @@ func (x *commitServiceGetCommitMessagesClient) Recv() (*GetCommitMessagesRespons
// for forward compatibility
type CommitServiceServer interface {
// ListCommits lists all commits reachable via a set of references by doing a
- // graph walk. This deprecates ListNewCommits, FindAllCommits, FindCommits
- // (except Follow is not yet supported) and CommitsBetweenRequest. Any
- // unknown revisions will cause the RPC to fail.
+ // graph walk. This deprecates FindAllCommits, FindCommits (except Follow is
+ // not yet supported) and CommitsBetweenRequest. Any unknown revisions will
+ // cause the RPC to fail.
ListCommits(*ListCommitsRequest, CommitService_ListCommitsServer) error
// ListAllCommits lists all commits present in the repository, including
// those not reachable by any reference.