store ctime

This commit is contained in:
Jeff Carr 2025-03-10 23:26:57 -05:00
parent da485dcc3f
commit cf6db578a4
1 changed files with 1 additions and 0 deletions

View File

@ -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`