summaryrefslogtreecommitdiff
path: root/patch.proto
diff options
context:
space:
mode:
Diffstat (limited to 'patch.proto')
-rw-r--r--patch.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch.proto b/patch.proto
index 4c8de21..0c5fd62 100644
--- a/patch.proto
+++ b/patch.proto
@@ -13,6 +13,7 @@ message Patch {
google.protobuf.Timestamp ctime = 7; // the git commit timestamp of this patch
string commitHash = 8; // the git commit hash of this patch
string startHash = 9; // the start commit hash
+ repeated string Files = 10; // the filenames this patch changes
}
message Patchs { // `autogenpb:marshal`