diff options
Diffstat (limited to 'set.proto')
| -rw-r--r-- | set.proto | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
