diff options
| author | Jeff Carr <[email protected]> | 2025-09-13 07:09:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-13 07:09:40 -0500 |
| commit | 2b3bd66ef2ce31fab8b4c209f3deccaa4fb9c117 (patch) | |
| tree | a983017df7a35ea65e285835bc0063dda21f7768 /repoNew.go | |
| parent | 27a539b879fd56bbd42d5870c7a2a03979acceba (diff) | |
rill in forge.Config
Diffstat (limited to 'repoNew.go')
| -rw-r--r-- | repoNew.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ func (f *Forge) VerifyBranchNames(repo *gitpb.Repo) { repo.SetUserBranchName(uname) } } - log.Info("VerifyBranchNames", repo.GetMasterBranchName(), repo.GetDevelBranchName(), repo.GetUserBranchName()) + // log.Info("VerifyBranchNames", repo.GetMasterBranchName(), repo.GetDevelBranchName(), repo.GetUserBranchName()) } // what name should be used for the user branch? |
