diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 23:44:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 23:44:19 -0500 |
| commit | 3718ebe168dc7c4ce553bdc9b4e19b4b7bfe0d33 (patch) | |
| tree | f51269dfba05952f6ead1f0e604470c0fab4e3c2 /repo.proto | |
| parent | 5cfc8d38505a1f17c14cebef8f8e1b393f799dda (diff) | |
add Tags.Master & Tags.Develv0.0.140
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -68,9 +68,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 - string MasterHash = 26; // hash of the current master branch - string DevelHash = 27; // hash of the current devel branch - map<string, string> control = 28; // 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) } message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http` |
