From da485dcc3f9017fffcd9ba8bc95e3dc3f01ceb69 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Mar 2025 13:52:46 -0500 Subject: generate a patchset table gui --- patchset.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchset.proto b/patchset.proto index 514e93e..50cd598 100644 --- a/patchset.proto +++ b/patchset.proto @@ -54,7 +54,7 @@ message Patch { repeated string Files = 23; // the filenames this patch changes } -message Patches { // this is a "PATCH: [1/x]" series +message Patches { // this is a "PATCH: [1/x]" series `autogenpb:gui:Patch` string uuid = 1; // `autogenpb:uuid:be926ad9-1111-484c-adf2-d96eeabf3079` string version = 2; // `autogenpb:version:v0.0.45` repeated Patch Patches = 3; -- cgit v1.2.3