diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 10:11:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 10:11:17 -0600 |
| commit | f9dd82cdcc6db632bfdecf2623e7e1486a37c6b3 (patch) | |
| tree | afb822a45cc63ae13c879c0bd644aee5ec9c868a /humanShowRepo.go | |
| parent | 4f84a4e584ff49f4351c236df633f1c690ccbda5 (diff) | |
work on new protobuf for patchsets
Diffstat (limited to 'humanShowRepo.go')
| -rw-r--r-- | humanShowRepo.go | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
