MCPcopy
hub / github.com/go-git/go-git / TestCloneSingleBranchAndNonHEADAndNonFull

Method TestCloneSingleBranchAndNonHEADAndNonFull

repository_test.go:1357–1359  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

1355}
1356
1357func (s *RepositorySuite) TestCloneSingleBranchAndNonHEADAndNonFull(c *C) {
1358 s.testCloneSingleBranchAndNonHEADReference(c, "branch")
1359}
1360
1361func (s *RepositorySuite) testCloneSingleBranchAndNonHEADReference(c *C, ref string) {
1362 r, _ := Init(memory.NewStorage(), nil)

Callers

nothing calls this directly

Tested by

no test coverage detected