ruby/lib/gitaly/commit_pb.rb in gitaly-proto-0.118.0 vs ruby/lib/gitaly/commit_pb.rb in gitaly-proto-0.118.1
- old
+ new
@@ -174,11 +174,11 @@
end
add_message "gitaly.ListLastCommitsForTreeResponse" do
repeated :commits, :message, 1, "gitaly.ListLastCommitsForTreeResponse.CommitForTree"
end
add_message "gitaly.ListLastCommitsForTreeResponse.CommitForTree" do
- optional :revision, :string, 1
optional :commit, :message, 2, "gitaly.GitCommit"
+ optional :path, :string, 3
end
add_message "gitaly.CommitsByMessageRequest" do
optional :repository, :message, 1, "gitaly.Repository"
optional :revision, :bytes, 2
optional :offset, :int32, 3