diff options
| author | Jeff Carr <[email protected]> | 2025-10-30 23:27:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-30 23:27:40 -0500 |
| commit | 0096a29c0ef6d355b138ef323747b780d37b3ddd (patch) | |
| tree | 967038e719d8e49393279a75cbaa3281e2518591 /repo.proto | |
| parent | da2910c708d29c6e2ab31ed22b81926621f5978e (diff) | |
autogen does all .proto files now
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ message Repo { // `autogenpb 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 - GitConfig gitConfig = 25; // protobuf of the current .git/config + GitConfig config = 25; // protobuf of the current .git/config } message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http` |
