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 7c51b30..7693660 100644
--- a/stat.proto
+++ b/stat.proto
@@ -13,8 +13,8 @@ message Stat {
REMOTE = 2;
TAG = 3;
}
- string hash = 1; // `autogenpb:unique` // git hash
- string patchId = 2; // `autogenpb:unique` // git hash
+ string patchId = 1; // `autogenpb:unique` // git hash
+ string hash = 2; // `autogenpb:unique` // git hash
google.protobuf.Timestamp mtime = 3; // mtime for the .git/config file
string name = 4; //
string remote = 5; // blank unless REMOTE