summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-10 23:26:57 -0500
committerJeff Carr <[email protected]>2025-03-10 23:26:57 -0500
commitcf6db578a42e0e5b1585fa248d1cadc5ca3e7a43 (patch)
tree83ceafb77a0bd37a0a3e11e15ba2abb7c032e917 /patchset.proto
parentda485dcc3f9017fffcd9ba8bc95e3dc3f01ceb69 (diff)
store ctime
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto1
1 files changed, 1 insertions, 0 deletions
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`