summaryrefslogtreecommitdiff
path: root/repos.new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 15:47:23 -0600
committerJeff Carr <[email protected]>2024-11-29 15:47:23 -0600
commit3359a4499644a0e59a0dd0f1c2c74ae688f0190a (patch)
tree5392259685fc9a41db92083806679d94048b8e2f /repos.new.go
parentc49d247ae8c9cdb8cf3ed34c1ebd254f33049b01 (diff)
deprecate refs.proto ?
Diffstat (limited to 'repos.new.go')
-rw-r--r--repos.new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repos.new.go b/repos.new.go
index 8638da7..1480051 100644
--- a/repos.new.go
+++ b/repos.new.go
@@ -33,7 +33,7 @@ func (all *Repos) NewGoPath(basepath string, gopath string) (*Repo, error) {
FullPath: filepath.Join(basepath, gopath),
GoPath: gopath,
}
- newr.UpdateGit()
+ // newr.UpdateGit()
newr.UpdateGitTags()
all.add(&newr)