summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-07 18:52:15 -0500
committerJeff Carr <[email protected]>2025-07-07 18:52:15 -0500
commitd0616fae03cdf2160d2dce57be1cf44772b52a34 (patch)
treecae9fc3c3e01e1c20d1c7d8e7441646301d5364e /repo.proto
parent33399f18e5add881c61e9d121f7929b4f6f3d49b (diff)
add namespacev0.0.103
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 8389a22..02868de 100644
--- a/repo.proto
+++ b/repo.proto
@@ -43,7 +43,7 @@ message GoInfo { // `autogenpb
}
message Repo { // `autogenpb:marshal` `autogenpb:nomutex`
- string namespace = 1; // `autogenpb:sort` // this repo is 'go.wit.com/lib/protobuf/gitpb'
+ string namespace = 1; // `autogenpb:unique` `autogenpb:sort` // this repo is 'go.wit.com/lib/protobuf/gitpb'
string fullPath = 2; // `autogenpb:unique` `autogenpb:sort` // the OS path to the .git directory: '/home/devel/golang.org/x/tools'
string masterBranchName = 3; // git 'main' or 'master' branch name
string develBranchName = 4; // whatever the git 'devel' branch name is