diff options
Diffstat (limited to 'stat.proto')
| -rw-r--r-- | stat.proto | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ message Stat { } 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 + google.protobuf.Timestamp ctime = 3; // ctime for the .git/config file string name = 4; // string remote = 5; // blank unless REMOTE RefType type = 6; // is set by git as the master branch @@ -28,5 +28,5 @@ message Stats { // `autogenpb:marshal` `a repeated Stat stats = 3; string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() string head = 5; // the current origin hash - google.protobuf.Timestamp mtime = 6; // mtime for the .git/config file + google.protobuf.Timestamp mtime = 6; // mtime for .git/ } |
