diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 06:26:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 06:26:13 -0500 |
| commit | a646579861447030b1fb5831f05fef2eacbd6c12 (patch) | |
| tree | 632a276fc90d11844c5035d7d3b61212cda83fb8 /repo.proto | |
| parent | 9d78641fec474803bd37c281ff1b436bf4666a21 (diff) | |
dump this. was a bad idea
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ message Repo { // `autogenpb string state = 23; // status or state. useful for building tooling GitTag currentTag = 24; // used to examine repo branches GitConfig gitConfig = 25; // protobuf of the current .git/config - map<string, string> control = 26; // control values. can be used to make packages (like .deb or .rpm) + // map<string, string> control = 26; // control values. can be used to make packages (like .deb or .rpm) Stats stats = 27; // rewrite the existing crappy code here } |
