ruby/proto/gitaly/hook_pb.rb in gitaly-13.1.0.pre.rc1 vs ruby/proto/gitaly/hook_pb.rb in gitaly-13.1.0.pre.rc3

- old
+ new

@@ -8,9 +8,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do add_message "gitaly.PreReceiveHookRequest" do optional :repository, :message, 1, "gitaly.Repository" repeated :environment_variables, :string, 2 optional :stdin, :bytes, 4 + repeated :git_push_options, :string, 5 end add_message "gitaly.PreReceiveHookResponse" do optional :stdout, :bytes, 1 optional :stderr, :bytes, 2 optional :exit_status, :message, 3, "gitaly.ExitStatus"