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