From f9dd82cdcc6db632bfdecf2623e7e1486a37c6b3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Jan 2025 10:11:17 -0600 Subject: work on new protobuf for patchsets --- humanShowRepo.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'humanShowRepo.go') diff --git a/humanShowRepo.go b/humanShowRepo.go index a1d462b..1416d3b 100644 --- a/humanShowRepo.go +++ b/humanShowRepo.go @@ -53,6 +53,10 @@ func (f *Forge) HumanPrintRepo(check *gitpb.Repo) { log.Info("IsProtobuf() ERROR = ", err) } } + log.Info("git master name ==", check.GetMasterBranchName()) + log.Info("git devel name ==", check.GetDevelBranchName()) + log.Info("git user name ==", check.GetUserBranchName()) + log.Info("git current name ==", check.GetCurrentBranchName()) // testNext(check) -- cgit v1.2.3