summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-20 09:39:42 -0600
committerJeff Carr <[email protected]>2025-02-20 09:39:42 -0600
commit135346af6a73a990ce0c094a275fe1073fe13436 (patch)
treee353b662a7040281099b5d8c4689df319a3b5d82 /repo.proto
parent5d0f74360f7be1c5f7adced242e0a8e613fdcfd1 (diff)
add autogenpb:guiv0.0.82v0.0.81
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 bb6ec24..43d3d07 100644
--- a/repo.proto
+++ b/repo.proto
@@ -68,7 +68,7 @@ message Repo { // `autogenpb
GitConfig gitConfig = 25; // protobuf of the current .git/config
}
-message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex`
+message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` `autogenpb:gui`
string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673`
string version = 2; // `autogenpb:version:v3`
repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this