From f1dbe15854ba41e5f4706a436a5324b0a4434122 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Nov 2025 21:09:57 -0600 Subject: work on a stats tag cache file --- gitConfig.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gitConfig.proto') diff --git a/gitConfig.proto b/gitConfig.proto index 094e204..740cfe1 100644 --- a/gitConfig.proto +++ b/gitConfig.proto @@ -2,6 +2,7 @@ syntax = "proto3"; package gitpb; +import "stat.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp message GitRemote { // `autogenpb:nomutex` @@ -14,6 +15,7 @@ message GitBranch { // `autogenpb:nomutex` string name = 1; // the branch name from the config file string remote = 2; // the name of the remote repo string merge = 3; // the merge path from the config file + Stat stat = 4; // a git stat proto msg } message GitConfig { // `autogenpb:nomutex` -- cgit v1.2.3