summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 08:31:39 -0500
committerJeff Carr <[email protected]>2025-10-26 08:31:39 -0500
commit3530be56eda8fbc388e7ad74b0e262201d8587cb (patch)
treef32f17ef07c390292637fc2ecaa1db40fa87aef9 /repo.proto
parent18af5566eb10592f4308aec08c2f72808dab82aa (diff)
hmm. doesn't sort with tablesv0.0.173
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.proto b/repo.proto
index 6d76c1f..a0cd192 100644
--- a/repo.proto
+++ b/repo.proto
@@ -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