From 9baa477990a8b6555e1a70c09a5411e80e344334 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Feb 2025 13:31:05 -0600 Subject: add a date and a uuid to the patchset --- patchset.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'patchset.proto') diff --git a/patchset.proto b/patchset.proto index 0fedb91..6f43da7 100644 --- a/patchset.proto +++ b/patchset.proto @@ -38,6 +38,7 @@ message Patchset { // `autogenpb:mars string startBranchHash = 10; // string endBranchHash = 11; // string state = 12; // the state of the patch + string uuid = 13; // identify each patchset somehow } message Patchsets { // `autogenpb:marshal` -- cgit v1.2.3