ruby/proto/gitaly/errors_pb.rb in gitaly-14.6.0.pre.rc1 vs ruby/proto/gitaly/errors_pb.rb in gitaly-14.8.0.pre.rc1
- old
+ new
@@ -9,11 +9,17 @@
optional :error_message, :string, 1
optional :protocol, :string, 2
optional :user_id, :string, 3
optional :changes, :bytes, 4
end
+ add_message "gitaly.ReferenceUpdateError" do
+ optional :reference_name, :bytes, 1
+ optional :old_oid, :string, 2
+ optional :new_oid, :string, 3
+ end
end
end
module Gitaly
AccessCheckError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.AccessCheckError").msgclass
+ ReferenceUpdateError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReferenceUpdateError").msgclass
end