summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto28
1 files changed, 14 insertions, 14 deletions
diff --git a/patchset.proto b/patchset.proto
index edcd77d..d0df121 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -32,20 +32,20 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time
message Patch {
string namespace = 1; // the base repo git namespace
bytes data = 2; // the raw data of the whole patch
- string gH = 3; // after some deliberation, I think I'll just try variable names
- string gT = 4;
- string gP = 5;
- string gs = 6;
- string gaI = 7; // that exactly match what git uses.
- string gan = 8;
- string gae = 9;
- string gcI = 10;
- string gcn = 11;
- string gce = 12;
- string gN = 13;
- string gGG = 14;
- string gGS = 15;
- string gGK = 16;
+ string gH = 3; // Commit Hash (%H)
+ string gT = 4; // Tree Hash (%T)
+ string gP = 5; // Parent Hashes (%P)
+ string gs = 6; // Subject (%s)
+ string gaI = 7; // Author Date, ISO 8601 format (%aI)
+ string gan = 8; // Author Name (%an)
+ string gae = 9; // Author Email (%ae)
+ string gcI = 10; // Committer Date, ISO 8601 format (%cI)
+ string gcn = 11; // Committer Name (%cn)
+ string gce = 12; // Committer Email (%ce)
+ string gN = 13; // Commit Notes (%N)
+ string gGG = 14; // GPG Signature, raw (%GG)
+ string gGS = 15; // GPG Signer Name (%GS)
+ string gGK = 16; // GPG Key ID (%GK)
string newHash = 17; // new hash
string state = 18; // the 'state' of the patch
string filename = 19; // `autogenpb:unique` `autogenpb:sort`