This commit is contained in:
Jeff Carr 2024-12-18 19:36:23 -06:00
parent 22d2ae5cd7
commit 406817d5b2
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,5 @@
package gitpb
import "go.wit.com/log"
func (repo *Repo) SetReadOnly(b bool) {
repo.ReadOnly = b
}
@ -11,7 +9,6 @@ func (repo *Repo) SetTargetVersion(target string) {
}
func (repo *Repo) SetMasterBranchName(s string) {
log.Info("gitpb.SetMaster() SET MASTER TO", s)
repo.MasterBranchName = s
}