summaryrefslogtreecommitdiff
path: root/stat.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-02 21:09:57 -0600
committerJeff Carr <[email protected]>2025-11-02 21:09:57 -0600
commitf1dbe15854ba41e5f4706a436a5324b0a4434122 (patch)
treeee43fe36e2a1a7e92aa4f8a5787beb2621edb923 /stat.proto
parent6475144cd37db9ece2a8df6477df820f642c9907 (diff)
work on a stats tag cache file
Diffstat (limited to 'stat.proto')
-rw-r--r--stat.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/stat.proto b/stat.proto
index 2adcf28..dbf9e46 100644
--- a/stat.proto
+++ b/stat.proto
@@ -14,7 +14,7 @@ message Stat {
TAG = 3;
}
string patchId = 1; // `autogenpb:unique` `autogenpb:sort`
- string hash = 2; // `autogenpb:unique` // git hash
+ string hash = 2; // `autogenpb:unique` `autogenpb:sort`
google.protobuf.Timestamp ctime = 3; // `autogenpb:unique` `autogenpb:sort`
string name = 4; //
string remote = 5; // blank unless REMOTE