diff options
| author | Jeff Carr <[email protected]> | 2025-01-10 04:23:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-10 04:23:13 -0600 |
| commit | de71f2692a673089d10888faefca79775b4effb2 (patch) | |
| tree | 2cc7774f37d0f77a0eee3ee31bcffd9edb866b40 /repo.proto | |
| parent | 52bbf4c827b9eb10833ccbb020f7f102805aa27b (diff) | |
fixes for new autogenpbv0.0.48
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
