summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-10 04:23:13 -0600
committerJeff Carr <[email protected]>2025-01-10 04:23:13 -0600
commitde71f2692a673089d10888faefca79775b4effb2 (patch)
tree2cc7774f37d0f77a0eee3ee31bcffd9edb866b40 /repo.proto
parent52bbf4c827b9eb10833ccbb020f7f102805aa27b (diff)
fixes for new autogenpbv0.0.48
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 82965b8..e26ca52 100644
--- a/repo.proto
+++ b/repo.proto
@@ -12,7 +12,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time
// global settings for autogenpb `autogenpb:mutex`
message Repo { // `autogenpb:marshal`
- string fullPath = 1; // `autogenpb:unique` // the actual path to the .git directory: '/home/devel/golang.org/x/tools'
+ string fullPath = 1; // `autogenpb:unique` `autogenpb:sort` // the actual 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
string userBranchName = 5; // whatever your username branch is