summaryrefslogtreecommitdiff
path: root/stat.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 15:18:04 -0500
committerJeff Carr <[email protected]>2025-10-16 15:18:04 -0500
commit9a0089928e713a35b4a5c0ab46b86fd1a2e498da (patch)
treed8d91e8d9797f3222bcfd8d244c137e34eaadbd5 /stat.proto
parent43599276915dbcef6f941aa31cfea9cc2c2512aa (diff)
try to sort by time. didn't work
Diffstat (limited to 'stat.proto')
-rw-r--r--stat.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/stat.proto b/stat.proto
index 4a2ccc1..2adcf28 100644
--- a/stat.proto
+++ b/stat.proto
@@ -13,9 +13,9 @@ message Stat {
REMOTE = 2;
TAG = 3;
}
- string patchId = 1; // `autogenpb:unique` // git hash
+ string patchId = 1; // `autogenpb:unique` `autogenpb:sort`
string hash = 2; // `autogenpb:unique` // git hash
- google.protobuf.Timestamp ctime = 3; // ctime for the .git/config file
+ google.protobuf.Timestamp ctime = 3; // `autogenpb:unique` `autogenpb:sort`
string name = 4; //
string remote = 5; // blank unless REMOTE
RefType type = 6; // is set by git as the master branch