summaryrefslogtreecommitdiff
path: root/stat.proto
diff options
context:
space:
mode:
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