From 84a042cb15b456e5e7c37fbc922395becf7f071d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 13:27:32 -0600 Subject: autogenpb marshal * sort Signed-off-by: Jeff Carr --- forgeConfig.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'forgeConfig.proto') diff --git a/forgeConfig.proto b/forgeConfig.proto index 5d3b25a..5195b09 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -20,9 +20,9 @@ message ForgeConfig { bool favorite = 6; // you like this. always git clone/go clone this repo bool interesting = 7; // this is something interesting you found and want to remember it - string masterBranch = 8; // git 'main' or 'master' branch name - string develBranch = 9; // whatever the git 'devel' branch name is - string userBranch = 10; // whatever your username branch is + string masterBranchName = 8; // git 'main' or 'master' branch name + string develBranchName = 9; // whatever the git 'devel' branch name is + string userBranchName = 10; // whatever your username branch is string debName = 11; // the actual name used with 'apt install' (or distro apt equivalent. // todo: appeal to everyone to alias 'apt' on rhat, gentoo, arch, etc to alias 'apt install' -- cgit v1.2.3