From 6dd1bba42be7264fb5437d0d7f3a037bc6096fee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 27 Nov 2024 14:08:47 -0600 Subject: fucking ya Signed-off-by: Jeff Carr --- refs.proto | 6 ------ 1 file changed, 6 deletions(-) (limited to 'refs.proto') diff --git a/refs.proto b/refs.proto index ccfffd8..38a3132 100644 --- a/refs.proto +++ b/refs.proto @@ -11,9 +11,3 @@ message Ref { string author = 4; // git author string subject = 5; // git subject } - -message Refs { - string uuid = 1; // I guess why not just have this on each file - string version = 2; // maybe can be used for protobuf schema change violations - repeated Ref refs = 3; -} -- cgit v1.2.3