diff options
| author | Jeff Carr <[email protected]> | 2025-10-30 23:15:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-30 23:15:45 -0500 |
| commit | da2910c708d29c6e2ab31ed22b81926621f5978e (patch) | |
| tree | e464457990c7b19347737e9005d42f87403336fc /repo.proto | |
| parent | 1fc8a831723f831a13defcd381380d130028f831 (diff) | |
start the process of dumping gitTag.proto
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,7 +7,7 @@ package gitpb; import "gitTag.proto"; import "goDep.proto"; -// import "stat.proto"; +import "gitConfig.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp // global settings for autogenpb `autogenpb:mutex` @@ -69,8 +69,6 @@ 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) - // Stats stats = 27; // rewrite the existing crappy code here } message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http` |
