From 1574a7e6708ef7ac54aabac174c5c9b669320d25 Mon Sep 17 00:00:00 2001
From: Jeff Carr <jcarr@wit.com>
Date: Sat, 15 Feb 2025 07:34:52 -0600
Subject: [PATCH] Notes added by 'git notes append'

---
 283c55d4b9dd95dc8fcb573d89503c72ec53f4c4 | 702 +++++++++++++++++++++++
 1 file changed, 702 insertions(+)

diff --git a/283c55d4b9dd95dc8fcb573d89503c72ec53f4c4 b/283c55d4b9dd95dc8fcb573d89503c72ec53f4c4
index fd35aba..3ad711e 100644
--- a/283c55d4b9dd95dc8fcb573d89503c72ec53f4c4
+++ b/283c55d4b9dd95dc8fcb573d89503c72ec53f4c4
@@ -930,3 +930,705 @@ func (v *Patches) Unmarshal(data []byte) error {
 }
 
 // `autogen:patchset.pb.go`
+
+// Code modified by go.wit.com/apps/autogenpb DO NOT EDIT.
+//
+// user defined Mutex locks were auto added
+//
+// autogenpb version & build time: v0.0.54 2025-02-15_02:56:28_UTC
+// autogenpb auto generates Sort(), Unique() and Marshal() functions
+//     go install go.wit.com/apps/autogenpb@latest
+
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// versions:
+// 	protoc-gen-go v1.33.0
+// 	protoc        v3.21.12
+// source: patchset.proto
+
+package forgepb // autogenpb changed the package name
+
+import (
+	reflect "reflect"
+	sync "sync"
+
+	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
+	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+)
+
+const (
+	// Verify that this generated code is sufficiently up-to-date.
+	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
+	// Verify that runtime/protoimpl is sufficiently up-to-date.
+	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
+)
+
+// this generic message is used by autogen to identify and
+// then dump the uuid and version from any arbitrary .pb file
+type Identify struct {
+	sync.RWMutex // auto-added by go.wit.com/apps/autogenpb
+
+	state         protoimpl.MessageState
+	sizeCache     protoimpl.SizeCache
+	unknownFields protoimpl.UnknownFields
+
+	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`       //
+	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` //
+}
+
+func (x *Identify) Reset() {
+	*x = Identify{}
+	if protoimpl.UnsafeEnabled {
+		mi := &file_patchset_proto_msgTypes[0]
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		ms.StoreMessageInfo(mi)
+	}
+}
+
+func (x *Identify) String() string {
+	return protoimpl.X.MessageStringOf(x)
+}
+
+func (*Identify) ProtoMessage() {}
+
+func (x *Identify) ProtoReflect() protoreflect.Message {
+	mi := &file_patchset_proto_msgTypes[0]
+	if protoimpl.UnsafeEnabled && x != nil {
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		if ms.LoadMessageInfo() == nil {
+			ms.StoreMessageInfo(mi)
+		}
+		return ms
+	}
+	return mi.MessageOf(x)
+}
+
+// Deprecated: Use Identify.ProtoReflect.Descriptor instead.
+func (*Identify) Descriptor() ([]byte, []int) {
+	return file_patchset_proto_rawDescGZIP(), []int{0}
+}
+
+func (x *Identify) GetUuid() string {
+	if x != nil {
+		return x.Uuid
+	}
+	return ""
+}
+
+func (x *Identify) GetVersion() string {
+	if x != nil {
+		return x.Version
+	}
+	return ""
+}
+
+type Patch struct {
+	sync.RWMutex // auto-added by go.wit.com/apps/autogenpb
+
+	state         protoimpl.MessageState
+	sizeCache     protoimpl.SizeCache
+	unknownFields protoimpl.UnknownFields
+
+	Filename      string                 `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`            // `autogenpb:unique` `autogenpb:sort`
+	Data          []byte                 `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`                    //
+	RepoPath      string                 `protobuf:"bytes,3,opt,name=repoPath,proto3" json:"repoPath,omitempty"`            // path to the git repo
+	BranchName    string                 `protobuf:"bytes,4,opt,name=branchName,proto3" json:"branchName,omitempty"`        //
+	BranchHash    string                 `protobuf:"bytes,5,opt,name=branchHash,proto3" json:"branchHash,omitempty"`        //
+	Ctime         *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=ctime,proto3" json:"ctime,omitempty"`                  // the git commit timestamp of this patch
+	CommitHash    string                 `protobuf:"bytes,8,opt,name=commitHash,proto3" json:"commitHash,omitempty"`        // the git commit hash of this patch
+	StartHash     string                 `protobuf:"bytes,9,opt,name=startHash,proto3" json:"startHash,omitempty"`          // the start commit hash
+	Files         []string               `protobuf:"bytes,10,rep,name=Files,proto3" json:"Files,omitempty"`                 // the filenames this patch changes
+	Comment       string                 `protobuf:"bytes,11,opt,name=comment,proto3" json:"comment,omitempty"`             // the git commit message (in patch form)
+	RepoNamespace string                 `protobuf:"bytes,12,opt,name=repoNamespace,proto3" json:"repoNamespace,omitempty"` // the base repo git URL
+	NewHash       string                 `protobuf:"bytes,13,opt,name=newHash,proto3" json:"newHash,omitempty"`             // new hash after git am
+}
+
+func (x *Patch) Reset() {
+	*x = Patch{}
+	if protoimpl.UnsafeEnabled {
+		mi := &file_patchset_proto_msgTypes[1]
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		ms.StoreMessageInfo(mi)
+	}
+}
+
+func (x *Patch) String() string {
+	return protoimpl.X.MessageStringOf(x)
+}
+
+func (*Patch) ProtoMessage() {}
+
+func (x *Patch) ProtoReflect() protoreflect.Message {
+	mi := &file_patchset_proto_msgTypes[1]
+	if protoimpl.UnsafeEnabled && x != nil {
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		if ms.LoadMessageInfo() == nil {
+			ms.StoreMessageInfo(mi)
+		}
+		return ms
+	}
+	return mi.MessageOf(x)
+}
+
+// Deprecated: Use Patch.ProtoReflect.Descriptor instead.
+func (*Patch) Descriptor() ([]byte, []int) {
+	return file_patchset_proto_rawDescGZIP(), []int{1}
+}
+
+func (x *Patch) GetFilename() string {
+	if x != nil {
+		return x.Filename
+	}
+	return ""
+}
+
+func (x *Patch) GetData() []byte {
+	if x != nil {
+		return x.Data
+	}
+	return nil
+}
+
+func (x *Patch) GetRepoPath() string {
+	if x != nil {
+		return x.RepoPath
+	}
+	return ""
+}
+
+func (x *Patch) GetBranchName() string {
+	if x != nil {
+		return x.BranchName
+	}
+	return ""
+}
+
+func (x *Patch) GetBranchHash() string {
+	if x != nil {
+		return x.BranchHash
+	}
+	return ""
+}
+
+func (x *Patch) GetCtime() *timestamppb.Timestamp {
+	if x != nil {
+		return x.Ctime
+	}
+	return nil
+}
+
+func (x *Patch) GetCommitHash() string {
+	if x != nil {
+		return x.CommitHash
+	}
+	return ""
+}
+
+func (x *Patch) GetStartHash() string {
+	if x != nil {
+		return x.StartHash
+	}
+	return ""
+}
+
+func (x *Patch) GetFiles() []string {
+	if x != nil {
+		return x.Files
+	}
+	return nil
+}
+
+func (x *Patch) GetComment() string {
+	if x != nil {
+		return x.Comment
+	}
+	return ""
+}
+
+func (x *Patch) GetRepoNamespace() string {
+	if x != nil {
+		return x.RepoNamespace
+	}
+	return ""
+}
+
+func (x *Patch) GetNewHash() string {
+	if x != nil {
+		return x.NewHash
+	}
+	return ""
+}
+
+type Patches struct {
+	sync.RWMutex // auto-added by go.wit.com/apps/autogenpb
+
+	state         protoimpl.MessageState
+	sizeCache     protoimpl.SizeCache
+	unknownFields protoimpl.UnknownFields
+
+	Uuid    string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`       // `autogenpb:uuid:be926ad9-1111-484c-adf2-d96eeabf3079` // todo: add autogenpb support for this
+	Version string   `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // `autogenpb:version:v0.0.45` // todo: add autogenpb support for this
+	Patches []*Patch `protobuf:"bytes,3,rep,name=Patches,proto3" json:"Patches,omitempty"`
+}
+
+func (x *Patches) Reset() {
+	*x = Patches{}
+	if protoimpl.UnsafeEnabled {
+		mi := &file_patchset_proto_msgTypes[2]
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		ms.StoreMessageInfo(mi)
+	}
+}
+
+func (x *Patches) String() string {
+	return protoimpl.X.MessageStringOf(x)
+}
+
+func (*Patches) ProtoMessage() {}
+
+func (x *Patches) ProtoReflect() protoreflect.Message {
+	mi := &file_patchset_proto_msgTypes[2]
+	if protoimpl.UnsafeEnabled && x != nil {
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		if ms.LoadMessageInfo() == nil {
+			ms.StoreMessageInfo(mi)
+		}
+		return ms
+	}
+	return mi.MessageOf(x)
+}
+
+// Deprecated: Use Patches.ProtoReflect.Descriptor instead.
+func (*Patches) Descriptor() ([]byte, []int) {
+	return file_patchset_proto_rawDescGZIP(), []int{2}
+}
+
+func (x *Patches) GetUuid() string {
+	if x != nil {
+		return x.Uuid
+	}
+	return ""
+}
+
+func (x *Patches) GetVersion() string {
+	if x != nil {
+		return x.Version
+	}
+	return ""
+}
+
+func (x *Patches) GetPatches() []*Patch {
+	if x != nil {
+		return x.Patches
+	}
+	return nil
+}
+
+type Patchset struct {
+	sync.RWMutex // auto-added by go.wit.com/apps/autogenpb
+
+	state         protoimpl.MessageState
+	sizeCache     protoimpl.SizeCache
+	unknownFields protoimpl.UnknownFields
+
+	Patches         *Patches               `protobuf:"bytes,1,opt,name=patches,proto3" json:"patches,omitempty"`                  // `autogenpb:unique` `autogenpb:sort`
+	Name            string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`                        // `autogenpb:sort`
+	Comment         string                 `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"`                  //
+	GitAuthorName   string                 `protobuf:"bytes,4,opt,name=gitAuthorName,proto3" json:"gitAuthorName,omitempty"`      // `autogenpb:sort`
+	GitAuthorEmail  string                 `protobuf:"bytes,5,opt,name=gitAuthorEmail,proto3" json:"gitAuthorEmail,omitempty"`    //
+	Ctime           *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=ctime,proto3" json:"ctime,omitempty"`                      // create time of this patchset
+	TmpDir          string                 `protobuf:"bytes,7,opt,name=tmpDir,proto3" json:"tmpDir,omitempty"`                    // temp dir
+	StartBranchName string                 `protobuf:"bytes,8,opt,name=startBranchName,proto3" json:"startBranchName,omitempty"`  //
+	EndBranchName   string                 `protobuf:"bytes,9,opt,name=endBranchName,proto3" json:"endBranchName,omitempty"`      //
+	StartBranchHash string                 `protobuf:"bytes,10,opt,name=startBranchHash,proto3" json:"startBranchHash,omitempty"` //
+	EndBranchHash   string                 `protobuf:"bytes,11,opt,name=endBranchHash,proto3" json:"endBranchHash,omitempty"`     //
+	State           string                 `protobuf:"bytes,12,opt,name=state,proto3" json:"state,omitempty"`                     // the state of the patch
+	Uuid            string                 `protobuf:"bytes,13,opt,name=uuid,proto3" json:"uuid,omitempty"`                       // identify each patchset somehow
+}
+
+func (x *Patchset) Reset() {
+	*x = Patchset{}
+	if protoimpl.UnsafeEnabled {
+		mi := &file_patchset_proto_msgTypes[3]
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		ms.StoreMessageInfo(mi)
+	}
+}
+
+func (x *Patchset) String() string {
+	return protoimpl.X.MessageStringOf(x)
+}
+
+func (*Patchset) ProtoMessage() {}
+
+func (x *Patchset) ProtoReflect() protoreflect.Message {
+	mi := &file_patchset_proto_msgTypes[3]
+	if protoimpl.UnsafeEnabled && x != nil {
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		if ms.LoadMessageInfo() == nil {
+			ms.StoreMessageInfo(mi)
+		}
+		return ms
+	}
+	return mi.MessageOf(x)
+}
+
+// Deprecated: Use Patchset.ProtoReflect.Descriptor instead.
+func (*Patchset) Descriptor() ([]byte, []int) {
+	return file_patchset_proto_rawDescGZIP(), []int{3}
+}
+
+func (x *Patchset) GetPatches() *Patches {
+	if x != nil {
+		return x.Patches
+	}
+	return nil
+}
+
+func (x *Patchset) GetName() string {
+	if x != nil {
+		return x.Name
+	}
+	return ""
+}
+
+func (x *Patchset) GetComment() string {
+	if x != nil {
+		return x.Comment
+	}
+	return ""
+}
+
+func (x *Patchset) GetGitAuthorName() string {
+	if x != nil {
+		return x.GitAuthorName
+	}
+	return ""
+}
+
+func (x *Patchset) GetGitAuthorEmail() string {
+	if x != nil {
+		return x.GitAuthorEmail
+	}
+	return ""
+}
+
+func (x *Patchset) GetCtime() *timestamppb.Timestamp {
+	if x != nil {
+		return x.Ctime
+	}
+	return nil
+}
+
+func (x *Patchset) GetTmpDir() string {
+	if x != nil {
+		return x.TmpDir
+	}
+	return ""
+}
+
+func (x *Patchset) GetStartBranchName() string {
+	if x != nil {
+		return x.StartBranchName
+	}
+	return ""
+}
+
+func (x *Patchset) GetEndBranchName() string {
+	if x != nil {
+		return x.EndBranchName
+	}
+	return ""
+}
+
+func (x *Patchset) GetStartBranchHash() string {
+	if x != nil {
+		return x.StartBranchHash
+	}
+	return ""
+}
+
+func (x *Patchset) GetEndBranchHash() string {
+	if x != nil {
+		return x.EndBranchHash
+	}
+	return ""
+}
+
+func (x *Patchset) GetState() string {
+	if x != nil {
+		return x.State
+	}
+	return ""
+}
+
+func (x *Patchset) GetUuid() string {
+	if x != nil {
+		return x.Uuid
+	}
+	return ""
+}
+
+type Patchsets struct {
+	sync.RWMutex // auto-added by go.wit.com/apps/autogenpb
+
+	state         protoimpl.MessageState
+	sizeCache     protoimpl.SizeCache
+	unknownFields protoimpl.UnknownFields
+
+	Uuid      string      `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`       // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079` // todo: add autogenpb support for this
+	Version   string      `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // `autogenpb:version:v0.0.45` // todo: add autogenpb support for this
+	Patchsets []*Patchset `protobuf:"bytes,3,rep,name=Patchsets,proto3" json:"Patchsets,omitempty"`
+}
+
+func (x *Patchsets) Reset() {
+	*x = Patchsets{}
+	if protoimpl.UnsafeEnabled {
+		mi := &file_patchset_proto_msgTypes[4]
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		ms.StoreMessageInfo(mi)
+	}
+}
+
+func (x *Patchsets) String() string {
+	return protoimpl.X.MessageStringOf(x)
+}
+
+func (*Patchsets) ProtoMessage() {}
+
+func (x *Patchsets) ProtoReflect() protoreflect.Message {
+	mi := &file_patchset_proto_msgTypes[4]
+	if protoimpl.UnsafeEnabled && x != nil {
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		if ms.LoadMessageInfo() == nil {
+			ms.StoreMessageInfo(mi)
+		}
+		return ms
+	}
+	return mi.MessageOf(x)
+}
+
+// Deprecated: Use Patchsets.ProtoReflect.Descriptor instead.
+func (*Patchsets) Descriptor() ([]byte, []int) {
+	return file_patchset_proto_rawDescGZIP(), []int{4}
+}
+
+func (x *Patchsets) GetUuid() string {
+	if x != nil {
+		return x.Uuid
+	}
+	return ""
+}
+
+func (x *Patchsets) GetVersion() string {
+	if x != nil {
+		return x.Version
+	}
+	return ""
+}
+
+func (x *Patchsets) GetPatchsets() []*Patchset {
+	if x != nil {
+		return x.Patchsets
+	}
+	return nil
+}
+
+var File_patchset_proto protoreflect.FileDescriptor
+
+var file_patchset_proto_rawDesc = []byte{
+	0x0a, 0x0e, 0x70, 0x61, 0x74, 0x63, 0x68, 0x73, 0x65, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+	0x12, 0x07, 0x66, 0x6f, 0x72, 0x67, 0x65, 0x70, 0x62, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
+	0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73,
+	0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x38, 0x0a, 0x08, 0x49, 0x64,
+	0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01,
+	0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65,
+	0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72,
+	0x73, 0x69, 0x6f, 0x6e, 0x22, 0xf3, 0x02, 0x0a, 0x05, 0x50, 0x61, 0x74, 0x63, 0x68, 0x12, 0x1a,
+	0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
+	0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61,
+	0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1a,
+	0x0a, 0x08, 0x72, 0x65, 0x70, 0x6f, 0x50, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
+	0x52, 0x08, 0x72, 0x65, 0x70, 0x6f, 0x50, 0x61, 0x74, 0x68, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x72,
+	0x61, 0x6e, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
+	0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x72,
+	0x61, 0x6e, 0x63, 0x68, 0x48, 0x61, 0x73, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
+	0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x48, 0x61, 0x73, 0x68, 0x12, 0x30, 0x0a, 0x05, 0x63, 0x74,
+	0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
+	0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65,
+	0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x05, 0x63, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
+	0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x48, 0x61, 0x73, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
+	0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x48, 0x61, 0x73, 0x68, 0x12, 0x1c, 0x0a, 0x09,
+	0x73, 0x74, 0x61, 0x72, 0x74, 0x48, 0x61, 0x73, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
+	0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x48, 0x61, 0x73, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x46, 0x69,
+	0x6c, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x46, 0x69, 0x6c, 0x65, 0x73,
+	0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28,
+	0x09, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65,
+	0x70, 0x6f, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28,
+	0x09, 0x52, 0x0d, 0x72, 0x65, 0x70, 0x6f, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+	0x12, 0x18, 0x0a, 0x07, 0x6e, 0x65, 0x77, 0x48, 0x61, 0x73, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28,
+	0x09, 0x52, 0x07, 0x6e, 0x65, 0x77, 0x48, 0x61, 0x73, 0x68, 0x22, 0x61, 0x0a, 0x07, 0x50, 0x61,
+	0x74, 0x63, 0x68, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20,
+	0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72,
+	0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73,
+	0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x07, 0x50, 0x61, 0x74, 0x63, 0x68, 0x65, 0x73, 0x18, 0x03,
+	0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x66, 0x6f, 0x72, 0x67, 0x65, 0x70, 0x62, 0x2e, 0x50,
+	0x61, 0x74, 0x63, 0x68, 0x52, 0x07, 0x50, 0x61, 0x74, 0x63, 0x68, 0x65, 0x73, 0x22, 0xc6, 0x03,
+	0x0a, 0x08, 0x50, 0x61, 0x74, 0x63, 0x68, 0x73, 0x65, 0x74, 0x12, 0x2a, 0x0a, 0x07, 0x70, 0x61,
+	0x74, 0x63, 0x68, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x66, 0x6f,
+	0x72, 0x67, 0x65, 0x70, 0x62, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x65, 0x73, 0x52, 0x07, 0x70,
+	0x61, 0x74, 0x63, 0x68, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
+	0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f,
+	0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6d,
+	0x6d, 0x65, 0x6e, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x69, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f,
+	0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x67, 0x69, 0x74,
+	0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x67, 0x69,
+	0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x05, 0x20, 0x01,
+	0x28, 0x09, 0x52, 0x0e, 0x67, 0x69, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x45, 0x6d, 0x61,
+	0x69, 0x6c, 0x12, 0x30, 0x0a, 0x05, 0x63, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
+	0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+	0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x05, 0x63,
+	0x74, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x6d, 0x70, 0x44, 0x69, 0x72, 0x18, 0x07,
+	0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x6d, 0x70, 0x44, 0x69, 0x72, 0x12, 0x28, 0x0a, 0x0f,
+	0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x18,
+	0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x72, 0x61, 0x6e,
+	0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x64, 0x42, 0x72, 0x61,
+	0x6e, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x65,
+	0x6e, 0x64, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f,
+	0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x48, 0x61, 0x73, 0x68, 0x18,
+	0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x72, 0x61, 0x6e,
+	0x63, 0x68, 0x48, 0x61, 0x73, 0x68, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x64, 0x42, 0x72, 0x61,
+	0x6e, 0x63, 0x68, 0x48, 0x61, 0x73, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x65,
+	0x6e, 0x64, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x48, 0x61, 0x73, 0x68, 0x12, 0x14, 0x0a, 0x05,
+	0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x74, 0x61,
+	0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09,
+	0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x6a, 0x0a, 0x09, 0x50, 0x61, 0x74, 0x63, 0x68, 0x73,
+	0x65, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
+	0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69,
+	0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
+	0x6e, 0x12, 0x2f, 0x0a, 0x09, 0x50, 0x61, 0x74, 0x63, 0x68, 0x73, 0x65, 0x74, 0x73, 0x18, 0x03,
+	0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x66, 0x6f, 0x72, 0x67, 0x65, 0x70, 0x62, 0x2e, 0x50,
+	0x61, 0x74, 0x63, 0x68, 0x73, 0x65, 0x74, 0x52, 0x09, 0x50, 0x61, 0x74, 0x63, 0x68, 0x73, 0x65,
+	0x74, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+}
+
+var (
+	file_patchset_proto_rawDescOnce sync.Once
+	file_patchset_proto_rawDescData = file_patchset_proto_rawDesc
+)
+
+func file_patchset_proto_rawDescGZIP() []byte {
+	file_patchset_proto_rawDescOnce.Do(func() {
+		file_patchset_proto_rawDescData = protoimpl.X.CompressGZIP(file_patchset_proto_rawDescData)
+	})
+	return file_patchset_proto_rawDescData
+}
+
+var file_patchset_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
+var file_patchset_proto_goTypes = []interface{}{
+	(*Identify)(nil),              // 0: forgepb.Identify
+	(*Patch)(nil),                 // 1: forgepb.Patch
+	(*Patches)(nil),               // 2: forgepb.Patches
+	(*Patchset)(nil),              // 3: forgepb.Patchset
+	(*Patchsets)(nil),             // 4: forgepb.Patchsets
+	(*timestamppb.Timestamp)(nil), // 5: google.protobuf.Timestamp
+}
+var file_patchset_proto_depIdxs = []int32{
+	5, // 0: forgepb.Patch.ctime:type_name -> google.protobuf.Timestamp
+	1, // 1: forgepb.Patches.Patches:type_name -> forgepb.Patch
+	2, // 2: forgepb.Patchset.patches:type_name -> forgepb.Patches
+	5, // 3: forgepb.Patchset.ctime:type_name -> google.protobuf.Timestamp
+	3, // 4: forgepb.Patchsets.Patchsets:type_name -> forgepb.Patchset
+	5, // [5:5] is the sub-list for method output_type
+	5, // [5:5] is the sub-list for method input_type
+	5, // [5:5] is the sub-list for extension type_name
+	5, // [5:5] is the sub-list for extension extendee
+	0, // [0:5] is the sub-list for field type_name
+}
+
+func init() { file_patchset_proto_init() }
+func file_patchset_proto_init() {
+	if File_patchset_proto != nil {
+		return
+	}
+	if !protoimpl.UnsafeEnabled {
+		file_patchset_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
+			switch v := v.(*Identify); i {
+			case 0:
+				return &v.state
+			case 1:
+				return &v.sizeCache
+			case 2:
+				return &v.unknownFields
+			default:
+				return nil
+			}
+		}
+		file_patchset_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
+			switch v := v.(*Patch); i {
+			case 0:
+				return &v.state
+			case 1:
+				return &v.sizeCache
+			case 2:
+				return &v.unknownFields
+			default:
+				return nil
+			}
+		}
+		file_patchset_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
+			switch v := v.(*Patches); i {
+			case 0:
+				return &v.state
+			case 1:
+				return &v.sizeCache
+			case 2:
+				return &v.unknownFields
+			default:
+				return nil
+			}
+		}
+		file_patchset_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
+			switch v := v.(*Patchset); i {
+			case 0:
+				return &v.state
+			case 1:
+				return &v.sizeCache
+			case 2:
+				return &v.unknownFields
+			default:
+				return nil
+			}
+		}
+		file_patchset_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
+			switch v := v.(*Patchsets); i {
+			case 0:
+				return &v.state
+			case 1:
+				return &v.sizeCache
+			case 2:
+				return &v.unknownFields
+			default:
+				return nil
+			}
+		}
+	}
+	type x struct{}
+	out := protoimpl.TypeBuilder{
+		File: protoimpl.DescBuilder{
+			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
+			RawDescriptor: file_patchset_proto_rawDesc,
+			NumEnums:      0,
+			NumMessages:   5,
+			NumExtensions: 0,
+			NumServices:   0,
+		},
+		GoTypes:           file_patchset_proto_goTypes,
+		DependencyIndexes: file_patchset_proto_depIdxs,
+		MessageInfos:      file_patchset_proto_msgTypes,
+	}.Build()
+	File_patchset_proto = out.File
+	file_patchset_proto_rawDesc = nil
+	file_patchset_proto_goTypes = nil
+	file_patchset_proto_depIdxs = nil
+}