diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 15:18:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 15:18:04 -0500 |
| commit | 9a0089928e713a35b4a5c0ab46b86fd1a2e498da (patch) | |
| tree | d8d91e8d9797f3222bcfd8d244c137e34eaadbd5 /stat.proto | |
| parent | 43599276915dbcef6f941aa31cfea9cc2c2512aa (diff) | |
try to sort by time. didn't work
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 |
