diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 06:37:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 06:37:14 -0600 |
| commit | 233f7bca767aab9df55adea409e9820050631586 (patch) | |
| tree | 1ce61760e8b31077b9accc9b1da978d935a132d3 /set.go | |
| parent | 4bc95ad2684cb42159229b8198aa8a2377f80aa1 (diff) | |
lots of changes to isolate exec 'git'
Diffstat (limited to 'set.go')
| -rw-r--r-- | set.go | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 -} |
