diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 21:23:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 21:23:21 -0600 |
| commit | 3298e02c2a573b73e7b2413be81d8669eb44f908 (patch) | |
| tree | ddafead0832b0027beb45ab34ef8b87133506753 /repo.proto | |
| parent | f21c47103214de6e136e97149781fb0ec2e4576b (diff) | |
wow, even a name change is a BAD IDEA. NEVER DO IT
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,12 +28,12 @@ message Repo { // `autogenpb:marshal` string targetVersion = 15; // useful during the package release process bool readOnly = 16; // tracks access to 'git push' string desc = 17; // what is this repo? - string state = 18; // status or state. useful for building tooling + string stateChange = 18; // used for debugging tool logic string masterVersion = 19; // just store this for now string develVersion = 20; // string userVersion = 21; // repeated string dirtyList = 22; // store the list from git status --porcelain - string stateChange = 23; // used for debugging tool logic + string state = 23; // status or state. useful for building tooling } message Repos { // `autogenpb:marshal` |
