diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 23:39:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 23:39:58 -0600 |
| commit | 5d28c6741ab043ae1deeca6bf4ff4c4d8ea4d455 (patch) | |
| tree | 6f5938a711ff08dad236aa29d490376b5ae97116 /refs.proto | |
| parent | 1af05cc0ef693ea429a078a804e319cc037e5342 (diff) | |
deprecatedv0.0.1
Diffstat (limited to 'refs.proto')
| -rw-r--r-- | refs.proto | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/refs.proto b/refs.proto deleted file mode 100644 index 38a3132..0000000 --- a/refs.proto +++ /dev/null @@ -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 -} |
