summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 13:21:03 -0600
committerJeff Carr <[email protected]>2025-01-17 13:21:03 -0600
commit803f0cf98ee1fc01339c4e0b5f9545a5d90a5a2f (patch)
tree37c281ba9af90ff9e5e60bfc169ae20016d273cb /repo.proto
parent660255c8a3e3dba84b17ccc93cad0602e779f23d (diff)
add a way to track a tagv0.0.54
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index 76376c1..80583b9 100644
--- a/repo.proto
+++ b/repo.proto
@@ -34,6 +34,7 @@ message Repo { // `autogenpb:marshal` `autogenpb:2nomutex`
string userVersion = 21; //
repeated string dirtyList = 22; // store the list from git status --porcelain
string state = 23; // status or state. useful for building tooling
+ GitTag currentTag = 24; // used to examine repo branches
}
message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:2nomutex`