summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto4
1 files changed, 1 insertions, 3 deletions
diff --git a/repo.proto b/repo.proto
index 829f47f..9daa44f 100644
--- a/repo.proto
+++ b/repo.proto
@@ -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`