diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 09:02:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 09:02:19 -0500 |
| commit | 643be0abeac87f4d71c43c221410b6bfc3191962 (patch) | |
| tree | 127b3cae3b9a3a43536c42bb7cdf717575874c0f /set.proto | |
| parent | 81fc15e743f0c2acfbf2520a9ed2bfbcba431b12 (diff) | |
set PB tables are working
Diffstat (limited to 'set.proto')
| -rw-r--r-- | set.proto | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
