diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 22:17:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 22:17:22 -0500 |
| commit | 32d4a18a23f2060b5f5dc312bef8fd7975386125 (patch) | |
| tree | 66f51bf6dc7fa8bca0a3c9ba0f9b5595e214efd0 /stat.proto | |
| parent | 1229ae98816f8f536ecd90344e978b5cd5c1ecd6 (diff) | |
patchId is the only thing we care about
Diffstat (limited to 'stat.proto')
| -rw-r--r-- | stat.proto | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
