Searched refs:SwitchCommit (Results 1 – 5 of 5) sorted by relevance
118 if _, err := env.repo.SwitchCommit(cfg.Kernel.Commit); err != nil {158 if _, err := env.repo.SwitchCommit(env.head.Hash); err != nil {192 commit, err := env.repo.SwitchCommit(tag)
39 func (ctx *akaros) SwitchCommit(commit string) (*Commit, error) { func
70 func (ctx *fuchsia) SwitchCommit(commit string) (*Commit, error) { func
98 return git.SwitchCommit(commit)101 func (git *git) SwitchCommit(commit string) (*Commit, error) { func
31 SwitchCommit(commit string) (*Commit, error) methodSpec