summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 04:59:01 -0600
committerJeff Carr <[email protected]>2025-01-07 04:59:01 -0600
commit2fe035fbf0e1d08f3c546bc100a723c5d6c314d6 (patch)
tree2a1e5b937e0b9e7c0904f475ec06439fbddc4b99 /repo.proto
parent016335b322ea65ee33e9de85e6bb818bdbcd2e39 (diff)
migrate in some old code
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 0e7ec44..9097561 100644
--- a/repo.proto
+++ b/repo.proto
@@ -32,6 +32,7 @@ message Repo { // `autogenpb:marshal`
string masterVersion = 19; // just store this for now
string develVersion = 20; //
string userVersion = 21; //
+ repeated string dirtyList = 22; // store the list from git status --porcelain
}
message Repos { // `autogenpb:marshal`