diff options
Diffstat (limited to 'stat.proto')
| -rw-r--r-- | stat.proto | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
