summaryrefslogtreecommitdiff
path: root/set.proto
diff options
context:
space:
mode:
Diffstat (limited to 'set.proto')
-rw-r--r--set.proto10
1 files changed, 5 insertions, 5 deletions
diff --git a/set.proto b/set.proto
index 3420bd0..ab7ea64 100644
--- a/set.proto
+++ b/set.proto
@@ -7,16 +7,16 @@ package forgepb;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
import "patch.proto"; // Import the well-known type for Timestamp
-message Set { // `autogenpb:marshal`
- Patches patches = 1; // `autogenpb:sort`
+message Set { // `autogenpb:http`
+ Patches patches = 1;
string uuid = 2;
google.protobuf.Timestamp ctime = 3; // when the patches were submitted
- string submitter = 4; // who submitted these
+ string submitter = 4; // who submitted these // deprecate this
string name = 5; // "fixes for foo"
- string gitAuthorName = 6; // `autogenpb:sort`
+ string gitAuthorName = 6;
string gitAuthorEmail = 7;
string hostname = 8;
- string tmpDir = 9; // temp dir. deprecate this
+ string tmpDir = 9; // temp dir for 'git am' deprecate this
string startBranchName = 10; // deprecate this
string endBranchName = 11; // deprecate this
string startBranchHash = 12; // deprecate this