From da2910c708d29c6e2ab31ed22b81926621f5978e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Oct 2025 23:15:45 -0500 Subject: start the process of dumping gitTag.proto --- gitTag.proto | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'gitTag.proto') diff --git a/gitTag.proto b/gitTag.proto index 69e3c3f..6302229 100644 --- a/gitTag.proto +++ b/gitTag.proto @@ -4,27 +4,6 @@ package gitpb; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp -message GitRemote { // `autogenpb:nomutex` - string url = 1; - string fetch = 2; -} - -message GitBranch { // `autogenpb:nomutex` - string remote = 1; // the name of the remote repo - string merge = 2; // the merge path from the config file - string name = 3; // the branch name from the config file -} - -message GitConfig { // `autogenpb:nomutex` - map core = 1; // map[origin] = "https:/git.wit.org/gui/gadgets" - map remotes = 2; // map[origin] = "https:/git.wit.org/gui/gadgets" - map branches = 3; // map[guimaster] = origin guimaster - map submodules = 4; - map hashes = 5; - map versions = 6; - repeated GitBranch local = 7; // move this away from the map<> variables -} - message GitTag { // `autogenpb:nomutex` enum BranchType { ANY = 0; -- cgit v1.2.3