From 3530be56eda8fbc388e7ad74b0e262201d8587cb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 08:31:39 -0500 Subject: hmm. doesn't sort with tables --- repo.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo.proto') diff --git a/repo.proto b/repo.proto index 6d76c1f..a0cd192 100644 --- a/repo.proto +++ b/repo.proto @@ -64,7 +64,7 @@ message Repo { // `autogenpb string stateChange = 18; // used for debugging tool logic string masterVersion = 19; // just store this for now string develVersion = 20; // - string userVersion = 21; // + string userVersion = 21; // `autogenpb:unique` `autogenpb:sort` repeated string dirtyList = 22; // store the list from git status --porcelain string state = 23; // status or state. useful for building tooling GitTag currentTag = 24; // used to examine repo branches -- cgit v1.2.3