MCPcopy Index your code
hub / github.com/go-git/go-git / TestCheckoutBisectSubmodules

Method TestCheckoutBisectSubmodules

worktree_test.go:1019–1021  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

1017}
1018
1019func (s *WorktreeSuite) TestCheckoutBisectSubmodules(c *C) {
1020 s.testCheckoutBisect(c, "https://github.com/git-fixtures/submodule.git")
1021}
1022
1023// TestCheckoutBisect simulates a git bisect going through the git history and
1024// checking every commit over the previous commit

Callers

nothing calls this directly

Calls 1

testCheckoutBisectMethod · 0.95

Tested by

no test coverage detected