diff options
| author | Jeff Carr <[email protected]> | 2025-08-31 12:25:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-31 12:25:13 -0500 |
| commit | 434f62a7e6ffd6d16230ba920393c82c487633ae (patch) | |
| tree | 06f90d80f7c5c995aeac008bcae6e33491c82138 /repo.proto | |
| parent | f585edc1925a778f82cd2db03316a42090d57f0f (diff) | |
try mutex locks again
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ message GoInfo { // `autogenpb bool gitIgnoresGoSum = 12; // does .gitignore ignore go.mod & go.sum? } -message Repo { // `autogenpb:marshal` `autogenpb:nomutex` +message Repo { // `autogenpb:marshal` 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 @@ -70,7 +70,7 @@ message Repo { // `autogenpb GitConfig gitConfig = 25; // protobuf of the current .git/config } -message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` `autogenpb:gui` +message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673` string version = 2; // `autogenpb:version:v4` repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this |
