diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 08:31:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 08:31:39 -0500 |
| commit | 3530be56eda8fbc388e7ad74b0e262201d8587cb (patch) | |
| tree | f32f17ef07c390292637fc2ecaa1db40fa87aef9 /repo.proto | |
| parent | 18af5566eb10592f4308aec08c2f72808dab82aa (diff) | |
hmm. doesn't sort with tablesv0.0.173
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ message Repo { // `autogenpb string stateChange = 18; // used for debugging tool logic string masterVersion = 19; // just store this for now string develVersion = 20; // - string userVersion = 21; // + string userVersion = 21; // `autogenpb:unique` `autogenpb:sort` repeated string dirtyList = 22; // store the list from git status --porcelain string state = 23; // status or state. useful for building tooling GitTag currentTag = 24; // used to examine repo branches |
