From 643be0abeac87f4d71c43c221410b6bfc3191962 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 09:02:19 -0500 Subject: set PB tables are working --- set.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'set.proto') diff --git a/set.proto b/set.proto index 3420bd0..ab7ea64 100644 --- a/set.proto +++ b/set.proto @@ -7,16 +7,16 @@ package forgepb; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp import "patch.proto"; // Import the well-known type for Timestamp -message Set { // `autogenpb:marshal` - Patches patches = 1; // `autogenpb:sort` +message Set { // `autogenpb:http` + Patches patches = 1; string uuid = 2; google.protobuf.Timestamp ctime = 3; // when the patches were submitted - string submitter = 4; // who submitted these + string submitter = 4; // who submitted these // deprecate this string name = 5; // "fixes for foo" - string gitAuthorName = 6; // `autogenpb:sort` + string gitAuthorName = 6; string gitAuthorEmail = 7; string hostname = 8; - string tmpDir = 9; // temp dir. deprecate this + string tmpDir = 9; // temp dir for 'git am' deprecate this string startBranchName = 10; // deprecate this string endBranchName = 11; // deprecate this string startBranchHash = 12; // deprecate this -- cgit v1.2.3