deprecated

This commit is contained in:
Jeff Carr 2024-11-29 23:39:58 -06:00
parent 1af05cc0ef
commit 5d28c6741a
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package gitpb;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
message Ref {
string hash = 1; // git objectname
google.protobuf.Timestamp ctime = 2; // git creatordate
string refName = 3; // git refname
string author = 4; // git author
string subject = 5; // git subject
}