summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index b4d1e22..1beea6c 100644
--- a/repo.proto
+++ b/repo.proto
@@ -68,6 +68,8 @@ 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
}
message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex`