Home
last modified time | relevance | path

Searched defs:vcsCmd (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dvcs.go130 type vcsCmd struct { struct
131 …tring // vcs name "hg"
132 …[]string // cmd to init repo to track remote
133 …e string) []string // cmd to list local tags
134 … // regexp to extract tag names from output of tags cmd
135 …ring) []string // cmd to list local branches
136 … // regexp to extract branch names from output of tags cmd
137 … // regexp of names that must not be served out of local cache without doing fetch first
138 … remote string) []string // cmd to stat local rev
139 …) (*RevInfo, error) // cmd to parse output of statLocal
[all …]