summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-30 23:27:40 -0500
committerJeff Carr <[email protected]>2025-10-30 23:27:40 -0500
commit0096a29c0ef6d355b138ef323747b780d37b3ddd (patch)
tree967038e719d8e49393279a75cbaa3281e2518591 /repo.proto
parentda2910c708d29c6e2ab31ed22b81926621f5978e (diff)
autogen does all .proto files now
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.proto b/repo.proto
index f794ff5..f919a67 100644
--- a/repo.proto
+++ b/repo.proto
@@ -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`