From a0dae603e2de74f0184991dff2bddf14d27a65ed Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 27 Oct 2025 00:25:46 -0500 Subject: still wish this was ENV.Get() --- doNormal.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doNormal.go b/doNormal.go index cf71d34..cf333fd 100644 --- a/doNormal.go +++ b/doNormal.go @@ -225,7 +225,9 @@ func checkNormalRepoState(repo *gitpb.Repo) error { } if repo.IsBranchRemote(repo.GetUserBranchName()) { - log.Info(repo.FullPath) + if env.Verbose() { + log.Info("user branch is remote:", repo.FullPath) + } } // check to see if the user branch is behind the devel branch -- cgit v1.2.3