diff options
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ message Repo { // `autogenpb:marshal` `autogenpb:2nomutex` string userVersion = 21; // 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 } message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:2nomutex` |
