diff options
| author | Jeff Carr <[email protected]> | 2024-12-16 03:04:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-16 03:04:39 -0600 |
| commit | a115ba144b00dc0339a8cf7eae6bdf2aab5fb4b5 (patch) | |
| tree | adc37ca690c207576dfbcbae3ec9ed421099f813 /repo.proto | |
| parent | cea5968b0fe717889cd4ae9611933649f48ac7f6 (diff) | |
work on supporting arbitrary pathsv0.0.33
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; // the actual path to the .git directory: '/home/devel/golang.org/x/tools' + string fullPath = 1; // `autogenpb:unique` // the actual path to the .git directory: '/home/devel/golang.org/x/tools' google.protobuf.Timestamp lastPull = 2; // last time a git pull was done string masterBranchName = 3; // git 'main' or 'master' branch name string develBranchName = 4; // whatever the git 'devel' branch name is |
