diff options
| -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 |
