From 233f7bca767aab9df55adea409e9820050631586 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 06:37:14 -0600 Subject: lots of changes to isolate exec 'git' --- set.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 set.go (limited to 'set.go') diff --git a/set.go b/set.go deleted file mode 100644 index 8821e0d..0000000 --- a/set.go +++ /dev/null @@ -1,13 +0,0 @@ -package gitpb - -func (repo *Repo) SetReadOnly(b bool) { - repo.ReadOnly = b -} - -func (repo *Repo) SetTargetVersion(target string) { - repo.TargetVersion = target -} - -func (repo *Repo) SetMasterBranchName(s string) { - repo.MasterBranchName = s -} -- cgit v1.2.3