diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 18:15:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 18:15:18 -0500 |
| commit | ef7e03125dac88dd6f2fd66dccb9e52af1e06c92 (patch) | |
| tree | c12472da34071667137682a451051117783a0b2f /repo.proto | |
| parent | 946d8dfc137792a072521d0290fac280b4781965 (diff) | |
add stats to repov0.0.163
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ package gitpb; import "gitTag.proto"; import "goDep.proto"; +import "stat.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp // global settings for autogenpb `autogenpb:mutex` @@ -69,6 +70,7 @@ message Repo { // `autogenpb 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) + Stats stats = 27; // rewrite the existing crappy code here } message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http` |
