summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
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`