From cf6db578a42e0e5b1585fa248d1cadc5ca3e7a43 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Mar 2025 23:26:57 -0500 Subject: store ctime --- patchset.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'patchset.proto') diff --git a/patchset.proto b/patchset.proto index 50cd598..406ee3c 100644 --- a/patchset.proto +++ b/patchset.proto @@ -52,6 +52,7 @@ message Patch { string commitHash = 21; // the git commit hash of this patch string comment = 22; // the git commit message (in patch form) repeated string Files = 23; // the filenames this patch changes + google.protobuf.Timestamp ctime = 24; // create time of the patch } message Patches { // this is a "PATCH: [1/x]" series `autogenpb:gui:Patch` -- cgit v1.2.3