diff options
| author | Jeff Carr <[email protected]> | 2024-12-03 01:59:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-03 01:59:04 -0600 |
| commit | 33880f9006397c7a90977de42ea26034f9faee78 (patch) | |
| tree | 0f493325d5804c864e3d47eaf219d807851a2f72 /repo.proto | |
| parent | 1d1d8e7eea642cd3fc546101b4899ec1db81e3b7 (diff) | |
sure, why not. store a repo description
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ message Repo { // `autogenpb:marshal` bool readOnly = 17; // tracks access to 'git push' string URL = 18; // the URL. amazingly I didn't add this earlier. duh. bool goProtobuf = 19; // autogen go files from .proto + string desc = 20; // what is this repo? } message Repos { // `autogenpb:marshal` |
