deprecated
This commit is contained in:
parent
1af05cc0ef
commit
5d28c6741a
13
refs.proto
13
refs.proto
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue