Searched defs:gitRepo (Results 1 – 1 of 1) sorted by relevance
138 type gitRepo struct { struct139 ctx context.Context141 remote, remoteURL string142 local bool143 dir string145 mu lockedfile.Mutex // protects fetchLevel and git repo state147 fetchLevel int149 statCache par.ErrCache[string, *RevInfo]151 refsOnce sync.Once154 refs map[string]string[all …]