summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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