From 0cadacd729553ef5760a8a65a931aae1a159ed13 Mon Sep 17 00:00:00 2001 From: sword Date: Mon, 29 May 2023 10:57:59 +0900 Subject: feat: add stats field in SSHUploadPackWithSidechannelResponse --- proto/smarthttp.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto/smarthttp.proto') diff --git a/proto/smarthttp.proto b/proto/smarthttp.proto index 3a3193d9e..81098f2a0 100644 --- a/proto/smarthttp.proto +++ b/proto/smarthttp.proto @@ -3,8 +3,8 @@ syntax = "proto3"; package gitaly; import "lint.proto"; -import "shared.proto"; import "packfile.proto"; +import "shared.proto"; option go_package = "gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypb"; @@ -86,6 +86,7 @@ message PostUploadPackWithSidechannelRequest { // This is an empty response since the raw data is transferred to the client via the sidechannel // exclusively. message PostUploadPackWithSidechannelResponse { + // Packfile negotiation. Stats stats = 1; } -- cgit v1.2.3