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 'ruby/proto/gitaly/commit_services_pb.rb')
-rw-r--r--ruby/proto/gitaly/commit_services_pb.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/proto/gitaly/commit_services_pb.rb b/ruby/proto/gitaly/commit_services_pb.rb
index 74f2fca05..c603a2327 100644
--- a/ruby/proto/gitaly/commit_services_pb.rb
+++ b/ruby/proto/gitaly/commit_services_pb.rb
@@ -15,9 +15,9 @@ module Gitaly
self.service_name = 'gitaly.CommitService'
# 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.
rpc :ListCommits, Gitaly::ListCommitsRequest, stream(Gitaly::ListCommitsResponse)
# ListAllCommits lists all commits present in the repository, including
# those not reachable by any reference.