Searched defs:vcsRepo (Results 1 – 1 of 1) sorted by relevance
66 type vcsRepo struct { struct67 …edfile.Mutex // protects all commands, so we don't have to decide which are safe on a per-VCS basis69 remote string70 cmd *vcsCmd71 dir string73 tagsOnce sync.Once74 tags map[string]bool76 branchesOnce sync.Once77 branches map[string]bool79 fetchOnce sync.Once[all …]