summaryrefslogtreecommitdiff
path: root/humanShowRepo.go
diff options
context:
space:
mode:
Diffstat (limited to 'humanShowRepo.go')
-rw-r--r--humanShowRepo.go4
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)