From 456112961b656dbef842d24753d3a2e4b0813ee2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 16:46:18 -0500 Subject: don't like this afterall. it wasn't right anyway --- repo.Stats.go | 5 +++++ repo.proto | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 repo.Stats.go diff --git a/repo.Stats.go b/repo.Stats.go new file mode 100644 index 0000000..228b3a8 --- /dev/null +++ b/repo.Stats.go @@ -0,0 +1,5 @@ +package gitpb + +func (r *Repo) Stats() *Stats { + return nil +} diff --git a/repo.proto b/repo.proto index ca5f055..6d76c1f 100644 --- a/repo.proto +++ b/repo.proto @@ -7,7 +7,7 @@ package gitpb; import "gitTag.proto"; import "goDep.proto"; -import "stat.proto"; +// import "stat.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp // global settings for autogenpb `autogenpb:mutex` @@ -70,7 +70,7 @@ message Repo { // `autogenpb GitTag currentTag = 24; // used to examine repo branches GitConfig gitConfig = 25; // protobuf of the current .git/config // map control = 26; // control values. can be used to make packages (like .deb or .rpm) - Stats stats = 27; // rewrite the existing crappy code here + // Stats stats = 27; // rewrite the existing crappy code here } message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http` -- cgit v1.2.3